Sending Email
SendMail[<"To"->address,"Subject"->subj,"Body"->text >] | send a basic email message |
SendMail[<…,"Body"->{expr1,expr2,…} >] | send arbitrary Wolfram Language expressions |
SendMail[<…,"Attachments"->file >] | send a message with file attachments |
The examples below require that the default mail account settings have been configured in the Internet & Mail ▶ Mail Settings tab of the Preferences dialog.
You can also send arbitrary Wolfram Language expressions within the body of the email. SendMail automatically converts the expressions to an appropriate file format and attaches them (inline, where possible) to the email.