Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is there a "ReplyTo" command in Winsock???

Status
Not open for further replies.

MrSatan

Programmer
Jul 16, 2002
25
AU
Hi All,

The application that I am working on is using winsock to send out mail. It has a requirement to include "ReplyTo" email address field.

I have searched around for the winsock command, and only discovered that the command for:

Sender ("From") = "MAIL FROM:"
Recipient ("To") = "RCPT TO:"

Is there any "reply to" or the like winsock command ???

Thanks in advance.
 
Don't worry, I figure it out already, by include a line in the DATA command such as "Reply-To: <email address>" will do the job...

Cheers.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top