Send email: Difference between revisions

No change in size ,  14 years ago
m
(add Ruby)
Line 37:
 
The function returns a dict of any addresses it could not forward to; other connection problems raise [http://docs.python.org/library/smtplib.html?highlight=smtplib#smtplib.SMTP.sendmail errors].<br>
Tested on Windows, it should work on all [[wp:POSIX|POSIX]] platforms too.
 
<lang python>import smtplib
Anonymous user