Send EmailAPI Links
Send an email in only two steps:
Send an email in one step:
The signature of Jaxer.SMTP.sendEmail() is the same as the example function which follows this section. Generally, you'll use the two step approach over the one step when you want to create and manipulate the mail message object before sending it off, or when you want to keep the mail message object around for other purposes. Sending an Email MessageJaxer does not currently send emails with attachments.
Bundled ExampleA complete, runnable example of sending email resides in the Jaxer samples folder: Aptana_Jaxer/jaxer/aptana/samples/smtp-email/ If you have Jaxer installed on your system, you can run the example. |
