Local SMTP

A topic built around all the best posts and information from the site. It includes informative posts, links to resources, tips, tricks, ect... Do not post here unless it will become a resource based post.
Post Reply
alexrules01
Posts: 175
Joined: Sun Oct 11, 2009 9:33 am

Local SMTP

Post by alexrules01 »

Hey guys. Sorry is this is already posted on here, I havn't seen it!

The website I have been creating I needed to send emails, so i was using the PHP mail() function, which spat out an error on the localhost. A guy in my class came across this little application, http://smtp4dev.codeplex.com/ which acts as a dummy SMTP server.

Just unzip the file and load up the application and away you go. All emails you send through mail() will be sent to this application, and can view the message within it or it will open Windows Live Mail.

NOTE: The emails WON'T be sent to any email addresses you specify whilst using localhost. Once you 'go live' and start using a server, then the emails will be sent to the proper recipient.

Hope this helps someone :)
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Local SMTP

Post by Jackolantern »

Sounds useful! I have heard things like this existed, but had never really dug into it :)
The indelible lord of tl;dr
Post Reply

Return to “Resources”