SMTP Mail sample: Send Email using Mass Mailing Method

This example demonstrates how to do a mass mailing with SMTPMail.
The database included from the samples folder would need to be manipulated.

SMTP Host:
To: %%Email%%
To Name: %%Name%%
Cc:
Subject:
From:
Body:
Log FileName : smtplog.txt      Enable Log

Back to samples