Send email: Difference between revisions

Content added Content deleted
No edit summary
m (→‎{{header|Python}}: Sub-headers)
Line 1,324: Line 1,324:


=={{header|Python}}==
=={{header|Python}}==
===Python: POSIX===

The function returns a dict of any addresses it could not forward to;
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>
other connection problems raise [http://docs.python.org/library/smtplib.html?highlight=smtplib#smtplib.SMTP.sendmail errors].<br>
Line 1,368: Line 1,368:
</pre>
</pre>


=== Windows ===
===Python: Windows===
Using Outlook COM server with the Pywin32 library.
Using Outlook COM server with the Pywin32 library.