Send email: Difference between revisions

m
added a ;Task: (bold) header, added other whitespace to the task's preamble.
No edit summary
m (added a ;Task: (bold) header, added other whitespace to the task's preamble.)
Line 1:
{{task|Networking and Web Interaction}}
{{task|Networking and Web Interaction}}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.
 
;Task:
Write a function to send an email.
 
{{task|Networking and Web Interaction}}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.
* 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.