On Mon, May 4, 2015 at 12:59 PM, Cecil Westerhof <ce...@decebal.nl> wrote:
> I want to change an old Bash script to Python. When I look at:
>     https://docs.python.org/2/library/email-examples.html
>
> Then from and to have to be used two times? Why is that?

Once to construct the message headers, and once to instruct the SMTP
server where to send the message. These are not required to agree; for
instance, bcc recipients need to be supplied to the server but aren't
included in the headers.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to