david writes:
> On Tue, Nov 01, 2005 at 01:32:08PM -0500, j. daniel moylan wrote:
>> for some years now, i have been happily using MIME::Lite
>> to send out my emails from the command line on my home
>> linux system.  however, i recently installed verizon DSL,
>> and they seem to need authentication (user name and
>> password) for any messages going out.  i've been fumbling
>> around trying to see how to do this, but so far without
>> success.

> You need to use the send_by_smtp() method and set the
> AuthUser and AuthPass parameters.

i supposed i guessed this, but didn't quite know how to go
about doing it.  however, after more fumbling, and
installing Authen::SASL and MIME::Base64, i included the
following line in my app:

  MIME::Lite->send ("smtp", "outgoing.verizon.net", Timeout=>90,
                             AuthUser=>"me", AuthPass=>"mypasswd");

whereupon success followed.  it may not be the best way,
but at least it works.

tnx,
dan

j. daniel moylan
84 harvard ave #2
brookline, ma 02446-6202
617-232-2360 (tel)
617-777-0207 (cel)
810-454-1823 (fax)
[EMAIL PROTECTED]
www.moylan.info
 
_______________________________________________
Boston-pm mailing list
[email protected]
http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to