Discuss this help topic in SecureBlackbox Forum

Send the message

To send a simple MIME message, you can either use TElSMTPClient class or save the mesage to the data stream or to the string list and transfer the data using some other transport class.

For more information about TElSMTPClient component see the corresponding how-to article.

To assemble the message and save it to the stream, use SaveToStream() method of TElSimpleMIMEMessage class. Pass the destination stream to this method.

To assemble the message and save it to the string list, use SaveToText() method of TElSimpleMIMEMessage class.

How To articles about simple MIME message creator

Discuss this help topic in SecureBlackbox Forum