RosettaCodeData/Task/Send-email/Mathematica/send-email-1.math

4 lines
166 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
SendMail["From" -> "from@email.com", "To" -> "to@email.com",
"Subject" -> "Sending Email from Mathematica", "Body" -> "Hello world!",
"Server" -> "smtp.email.com"]