T
TJ
I'm trying to send HTML mail via STMP and haven't really found a good
reference on how to do this from a text file. Currently, I use VB or
something to write a text file and copy that file into the Pickup directory
and its been working like a charm but how do I format the message to send
html?
The app will be initated from scheduled tasks and I currently use the
following format:
-------------------------------------------------------------------------
x-sender: [email protected]
x-receiver: [email protected]
From: [email protected]
To: [email protected]
Subject: Test Msg.
Testing SMTP message from server1.com
reference on how to do this from a text file. Currently, I use VB or
something to write a text file and copy that file into the Pickup directory
and its been working like a charm but how do I format the message to send
html?
The app will be initated from scheduled tasks and I currently use the
following format:
-------------------------------------------------------------------------
x-sender: [email protected]
x-receiver: [email protected]
From: [email protected]
To: [email protected]
Subject: Test Msg.
Testing SMTP message from server1.com