3 lines
166 B
Text
3 lines
166 B
Text
SendMail["From" -> "from@email.com", "To" -> "to@email.com",
|
|
"Subject" -> "Sending Email from Mathematica", "Body" -> "Hello world!",
|
|
"Server" -> "smtp.email.com"]
|