Send email: Difference between revisions

Content added Content deleted
(Updated for Nim 1.4: taken in account the interface changes in "smtp" module.)
Line 1,103: Line 1,103:
</lang>
</lang>


=={{header|Mathematica}}==
=={{header|Mathematica}}/{{header|Wolfram Language}}==
Mathematica has the built-in function SendMail, example:
Mathematica has the built-in function SendMail, example:
<lang Mathematica>SendMail["From" -> "from@email.com", "To" -> "to@email.com",
<lang Mathematica>SendMail["From" -> "from@email.com", "To" -> "to@email.com",