RosettaCodeData/Task/Send-email/00DESCRIPTION

12 lines
610 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
;Task:
Write a function to send an email.
The function should have parameters for setting From, To and Cc addresses; the Subject, and the message text, and optionally fields for the server name and login details.
2013-04-10 23:57:08 -07:00
* If appropriate, explain what notifications of problems/success are given.
* Solutions using libraries or functions from the language are preferred, but failing that, external programs can be used with an explanation.
* Note how portable the solution given is between operating systems when multi-OS languages are used.
2016-12-05 22:15:40 +01:00
<br>
2013-04-10 23:57:08 -07:00
(Remember to obfuscate any sensitive data used in examples)
2016-12-05 22:15:40 +01:00
<br><br>