Samples
Previous  Top  Next


AddEmail includes the following JScript samples:

SimpleSend Sample

Location: AddEmail\Samples\JS\SimpleSend.js

SimpleSend sample demonstrates how to send text or HTML e-mails synchronously using SimpleSendScriptable.

SimpleSendAttachment Sample

Location: AddEmail\Samples\JS\SimpleSendAttachment.js

SimpleSendAttachment sample demonstrates how to send text or HTML e-mails with attachments synchronously using SimpleSendAttachmentScriptable.

HtmlMail Sample

Location: AddEmail\Samples\JS\HtmlMail.js

HtmlMail sample demonstrates how to send HTML e-mails with attachments synchronously using SendScriptable. This sample also shows how to set alternative text-only body of e-mail.

ImportHtmlWithImages Sample

Location: AddEmail\Samples\VBS\ImportHtmlWithImages\

ImportHtmlWithImages sample demonstrates how to import HTML file with embedded images using ImportHTML.

EmbeddedImages Sample

Location: AddEmail\Samples\VBS\EmbeddedImages\

EmbeddedImages sample demonstrates how to create and send HTML e-mails with embedded images using Send.