|
|
|||
|
|
| Mathematica Tutorial | Functions »|More About » |
| SendMail["To"->address,"Subject"->subj,"Body"->text] | send a basic email message |
| SendMail[...,"Body"->{expr1,expr2,...}] | send arbitrary Mathematica expressions |
| SendMail[...,"Attachments"->file] | send a message with file attachments |
Sending email from Mathematica.
|
|
This converts Mathematica expressions in the body of the email and attaches them appropriately for email.
|