in reply to How to send email on my local computer only - when I dont have access to an SMTP server?

I want to be able to send emails on my computer. That means that I need to convert my computer into an SMTP mail server.

No, you can send emails with Net::SMTP using your ISP's server. Do you really want to set up a mail server ?

Net::SMTP isn't the only one you can use, but if you have ActivePerl then you already have Net::SMTP.

Cheers,
Rob
  • Comment on Re: How to send email on my local computer only - when I dont have access to an SMTP server?