in reply to Preferred module for SMTP server?

I can confirm that Net::Server::Mail does indeed work very well. I'm currently using it in conjunction with Net::Server::PreFork and it's doing the job perfectly.

As for your idea, you may want to read this thread, it sounds somewhat similar to the idea tomazos had.


Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. -- Brian W. Kernighan

Replies are listed 'Best First'.
Re^2: Preferred module for SMTP server?
by mattr (Curate) on Dec 03, 2005 at 17:54 UTC
    Thanks ever so much. I didn't know about that thread but updated my post and the writeup. Interesting. I'm curious how the TempAddresses module installs itself too. Also checked the PreFork module you mention. Neat. It also looks like just what I want for a WxPerl app as I posted a few weeks ago but for that the pod says it won't pass on Win32!