Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

local smtp server to send mail [closed]

Tags:

i need to demo an application on my laptop running windows 7 enterprise. The application is supposed to send mail. How can i setup a local smtp server to send mail from and be able to recieve it in my outlook on the machine. I need to be able to do this while not connected to the internet for the demo.

like image 879
hamza h Avatar asked Jan 28 '13 20:01

hamza h


People also ask

Can a local SMTP server send email?

This article will guide you through installing and setting up an SMTP server on a Windows Server. This allows your Windows based server to send email directly and commonly used when local applications need to send email notifications.

Does SMTP port need to be open?

Port 25 needs to be open in order for it to receive mail from the internet. All mail servers will establish a connection on port 25 and initiate TLS (encryption) on that port if necessary. Secure SMTP (port 465) is used only by clients connecting to your server in order to send mail out.

What happens if I turn off my SMTP server?

If there is no outbound SMTP server, then the email message cannot be sent to the recipient and could even get lost in the conversion process. Along with relaying SMTP email messages, the server also checks whether an active or working email account is sending the outgoing message.


1 Answers

XMail or hMailServer should do the trick.

More details on this previous question.

like image 199
Ismael Ghalimi Avatar answered Sep 20 '22 18:09

Ismael Ghalimi