in reply to Re^4: Mail::Sender Problems.
in thread Mail::Sender Problems.
Hi Ed,
The way I think Mail::Sender works is like most clients, it logs on to the server (ie my ISP, in this case I am using a private sevice called authsmtp (which I recommend, although you have to pay a minimal fee for it) using these parameters:
auth => 'PLAIN', authid => 'user', # Change this. authpwd => 'password', # Change this. smtp => 'mail.authsmtp.com',
then it sends from my email address, which has already been registered on the service. I was sure it would work, but as we speak, no light is shining at the end of the tunnel :(
Regards
Steve
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Mail::Sender Problems.
by flexvault (Monsignor) on Aug 09, 2012 at 19:12 UTC |