http://www.perlmonks.org?node_id=657217


in reply to Net::smtp sends, but I'm not receiving...

Net::SMTP allows you to talk to an SMTP server as a client. It does not allow you to establish yourself as an SMTP server.

Aside from that, setting up an SMTP server is not for the weak. You're probably better off allowing your ISP to handle your incoming mail unless you have the time to become very knowledgeable about SMTP, DNS, and network security.

90% of every Perl application is already written.
dragonchild
  • Comment on Re: Net::smtp sends, but I'm not receiving...