Click to See Complete Forum and Search --> : adding subject with rfc


rajesh motamarri
March 30th, 1999, 11:21 PM
we are trying to automate the process of sending mails using RFC

the problem we are facing is that we are unable to include anything as

the subject part

the mail as such is delivered but minus the subject

any help on this issue is welcome

thanks

rajesh

Chenhao
March 31st, 1999, 12:22 AM
Here's a sample. You can test it using telnet.


helo richinfo.com

mail from:chenhao@richinfo.com

rcpt to:webmaster@richinfo.com

data

from:"chenhao" //sender's "display name" and address

to:"webmaster" //receiver's "display name" and address

subject:test //**Specify the subject here

This is a test. //mail body

. //end of mail

quit


chenhao

any question please contact:chenhao@richinfo.com