> -----Original Message-----
> From: Riva S [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 07, 2002 2:13 PM
> To: [EMAIL PROTECTED]
> Subject: SMTP Server requires authentication
> 
> 
> Using Mail::Sender, I get "Server error: 505 Authentication 
> required" when trying to send email, which I understand to 
> mean that my SMTP Server requires authentication.
> 
> After searching and finding nothing positive on this issue, I 
> was wondering about the final word on this: can I use Perl to 
> send mail if my SMTP server requires authentication?  If so, 
> how?  (Just point me to a good resource if it's too detailed 
> to explain).

OK, here's the RFC. Most likely your SMTP server follows this
specification for SMTP AUTH.

ftp://ftp.isi.edu/in-notes/rfc2554.txt

That being said, the Net::SMTP module supports plaintext
authentication. I do not know if other modules support authen-
tication, as I have never had a need for it. If your server
requires some other kind of authentication (like MD5), you may
have to roll your own solution with IO::Socket :(

-- 
Mark Thomas                    [EMAIL PROTECTED]
Sr. Internet Architect         User Technology Associates, Inc.

$_=q;KvtuyboopuifeyQQfeemyibdlfee;; y.e.s. ;y+B-x+A-w+s; ;y;y; ;;print;;
 

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to