in reply to Re: How does one override 550 relays for Mail::Sendmail?
in thread How does one override 550 relays for Mail::Sendmail?

The reaseon why it cannot relay is because the smtp server requires an authentication to send the email out. This authentication is the user name and password. Is their a way to pass through the user name and password to the SMTP server in Perl.

  • Comment on Re: Re: How does one override 550 relays for Mail::Sendmail?