Web Based SMTP Service(pwbsmtp.cgi) - CGI based SMTP Client
Web Based SMTP Serviceis a SMTP client program which starts as CGI.It is possible to operate regardless of the SMTP port situation of the server itself because the mail transmission is done specifying the SMTP server unlike the usual mail service.There a just fiew dread of base of spam and the mail bomb compares with the old mail transmission service, because it does not use the SMTP port of the installation server and lowers remarkably.
The mail data is done with the HTTP port via browser.If you can access the internet with browser, whether firewall is set up in my site does not become a problem.
Japanese mail can be sent even by the mail service to which Japanese misconverts. A Japanese display of the mail text does not take the shape instead of few the function compared with "Service to which mail is taken out with the server". Mail headers written in Japanese is correctly displayed.
1. Initial View
This is a image of "Initial View".
Web Based SMTP Service Version 1.11(1999.12.10)
Copyright(C)1999 IIZUKA,Shinji (siizuka@nurs.or.jp), All right reserved.
This page is served "AS IS".Use this service at your own risk.
DNS name of your mail serverInput domain name of your mail host.
From:Input your mail address.You can use following writing i.e.IIZUKA Shinji <siizuka@nurs.or.jp>, but the error is returned if there is no character which can be recognized the mail address.
To:/CC:/BCC:Input the mail address of your recipient/CC/BCC. You can use following writing i.e.IIZUKA Shinji <siizuka@nurs.or.jp>, but the error is returned if there is no character which can be recognized the mail address.The meaning of "TO:/CC:/BCC" is same as the traditional meanings(the meanings which I recognize,exactly).
SubjectInput the title of mail.
Attached FilesInput or select (by pushing buttons) the attached files.
Additional HeaderInput header lines if you want to add custom headers in your mail.
Contents of mailInput your mail here.
When you bury all the input columns and push "SendMail" button, this service starts the transmission of mail. The transmission result appears one by one on the screen of browser which orders transmission. The content of input is cleared by pushing "ClearInput" button.
All inputs are cleard when you push "Clear Input" button.
Execution view - Web Based SMTP Service Version x.x (xxxx.xx.xx).
Copyright(C)1998 IIZUKA,Shinji.All right reserved.
This page is served "AS IS".Use this service at your own risk.------ execution log -----
resolving your.smtp.host. please wait...
connecting your.smtp.host ...
220 your.smtp.host ESMTP Sendmail 8.7.5/3.4W401/16/97; Fri, 1 Jan 1999 00:52:43 +0900 (JST)
HELO my.web.host
250 your.smtp.server Hello my.web.host [255.255.255.255], pleased to meet you
MAIL from: siizuka@nurs.or.jp
250 siizuka@nurs.or.jp... Sender ok
RCPT to: user@ones.host.com
250 Recipient ok
RCPT to: ccuser@aohter.host.com
250 Recipient ok
RCPT to: bccuser@yet.another.host.com
250 Recipient ok
DATA
354 Enter mail, end with "." on a line by itself
From: IIZUKA,Shinji <siizuka@nurs.or.jp>
To: IIZUKA Shinji <user@ones.host.com>
CC: Shinji Iizuka <ccuser@aohter.host.com>
Subject: Mail for test
.
250 AAA11127 Message accepted for delivery
QUIT
221 your.smtp.host closing connection
Connection closed. Goodbye.
------ end of execution log -----
IIZUKA Shinji(siizuka@nurs.or.jp)