Last active
April 18, 2017 13:39
-
-
Save robertz/9fa1d2e5ce452e799fee4e104a9c74ee to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
msgDetails = { | |
to="[email protected]", | |
from="[email protected]", | |
subject="example subject", | |
parts = [ | |
{type="text/plain", body="This is plain text..."}, | |
{type="text/html", body="<strong>bold</strong> text..."} | |
] | |
}; | |
new Mail(argumentCollection=msgDetails).send(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment