On Sun, Feb 06, 2011, Patrick Ben Koetter wrote:
> * Aahz <[email protected]>:
>>>
>>> In this case configure your mail client to use mail.python.org
>>> as SMTP server.  Either create a second account or add a second
>>> outgoing server. Which mail client do you use?
>>
>> mutt, mostly.  I can probably figure out how to go through
>> mail.python.org if I need to.  (Or just not use [email protected] at all;
>> I use it to receive mail more than for sending.)
> 
> Probably something along these lines (if you use a decicated folder "pydotorg"
> and create the message in there):
> 
> alternates "aahz@pythoncraft\.com|aahz@python\.org"
> folder-hook pydotorg set envelope_from_address='[email protected]'
> folder-hook pydotorg my_hdr From: Aahz <[email protected]>
> folder-hook pydotorg set smtp_url=smtp://[email protected]:587/
> folder-hook pydotorg set smtp_authenticators="digest-md5:cram-md5"
> folder-hook pydotorg set smtp_pass='PASSWORD'

Thanks!  That authenticator line is the one I probably would not have
figured out quickly, so I appreciate that.
-- 
Aahz ([email protected])           <*>         http://www.pythoncraft.com/

"Programming language design is not a rational science. Most reasoning
about it is at best rationalization of gut feelings, and at worst plain
wrong."  --GvR, python-ideas, 2009-03-01
_______________________________________________
pydotorg-www mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pydotorg-www

Reply via email to