I'm trying to send mails from Perl using the Mail::sender module. But I keep getting -4 return messages. The manual says -4 is service not available. What does that mean?
+1
A:
"Service not available" generally means that the server you are trying to contact is not online. In your case it is probably the SMTP-server that is offline.
adamse
2010-09-19 15:24:08
ok.If I'm behind a proxy..does the smtp server come after the proxy or before it?
Aks
2010-09-19 15:43:41
It's not our network, so we don't know what they've set up for you. You'll have to ask your network provider what you should do.
brian d foy
2010-09-19 15:48:01
ok.thanks......
Aks
2010-09-19 15:48:45