|
-
Oct 10th, 2002, 07:33 AM
#1
Thread Starter
Member
Sending mail with SmtpMail
I would like to have different "From"- "Reply to"-addresses when sending mail.
The reason for this is that the recipient of mail should be able to send an answer to my organisation but I should receive bounces and errormessages.
Does anyone know if this is possible, please?
/Anders
-
Oct 11th, 2002, 06:31 AM
#2
Lively Member
Ya sound like a spammer in the making.
telnet ip.ip.ip.ip 25 (example telnet 10.0.0.1 25)
helo
mail from:<[email protected]>
rcpt to:<[email protected]>
data
Data goes here
<crlf>
.
<crlf>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|