logo

Response

« Return to the main article

You are viewing this page out of context. To see it in the context it is intended please click here.

About This Page

Reply posted by Anders Åbjörn on Wed 18 Sep 2002 in response to Sending HTML mail via SMTP part 3

HTML Via SMTP can be done in lotusscript...

...if your server runs in a win32 environment it's quite easy to write an agent
that sends mail via SMTP and thus enabling you to format your mail in any MIME
format you choose including text/html.


All you need is a little knowledge about winsock (wsock32.dll) and of course
the SMTP protocol (RFC 821).


If anyone is interested I've written an .LSS that takes care of the "messy"
parts.