logo

New Response

« Return to the main article

You are replying to:

  1. First let me thank you on posting this article. Although this is a windows only solution, it still offers functionality that is very easy to implement.

    I was able to add a replyto field to the message by adding in an additional line and parameter to the SendMail sub procedure.

    [<code class="lotusscript">ret = sendData( sock, Chr(13) & Chr(10) & |ReplyTo: | & ReplyToField)</code>]

    I guess you could add in any SMTP variable by following the same logic.

    Great work as usual!

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: