Dear All, I have used the Net::SMTP package to make myself a little mailer and am happy with the outcome. (Good learning experience, too.) Now I have a new problem. Where I am at the moment I have a great internet connect but no "provider" to give me access to an SMTP server. I did some reading in a bookshop and saw that, at least under the Linux version, Perl has its own little SMTP server that can be invoked. My thought is to make a small applet that can act as my server at need, much as Sendmail or Exim do for me under Linux. Does anybody know of any similar code I could canabalise or can anyone suggest other starting points?
Adam