Results 1 to 2 of 2

Thread: Sending mail with SmtpMail

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 2001
    Location
    Linkoping, Sweden
    Posts
    50

    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

  2. #2
    Lively Member
    Join Date
    Oct 2002
    Posts
    67
    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
  •  



Click Here to Expand Forum to Full Width