Implementing a SMTP server on a personal computer (windows)

1

1

I need a very simple SMTP server running on my computer for notification software that I developed. I tried "Free SMTP SERVER" and "QK SMTP SERVER 3", but for some reason they don't work, they always give me a time out error.

Do you know some good SMTP server software? Thanks.

Domingo

Posted 2010-04-20T05:07:05.180

Reputation: 1 141

There are many, many reasons this could be failing. Are you having trouble injecting mail into the queue, or getting deliveries from the queue? You may want to move this question to serverfault.com. – caskey – 2010-04-20T05:13:40.873

Answers

3

Why go through all the trouble? Sign up for a gmail account and use their SMTP server.

http://lifehacker.com/111166/how-to-use-gmail-as-your-smtp-server

It's likely that even if you setup a local smtp server you won't be able to send mail to any outside email servers. (only local delivery). Outside servers will probably reject your smtp server since you're likely in a block of IPs known to be dynamic i.e. not static / business class. This is a spam prevention mechanism.

basszero

Posted 2010-04-20T05:07:05.180

Reputation: 652

3

I hate to say this, but have you tried using the mailserver that comes with IIS?

Mitch Dempsey

Posted 2010-04-20T05:07:05.180

Reputation: 1 116

No, i dont want a big app like this, i only need a simple SMTP server – None – 2010-04-20T05:15:21.763

1I'm pretty sure you can just install the SMTP server part of IIS. – Mitch Dempsey – 2010-04-20T05:16:54.567

2smtp server that comes with IIS isn't a big app. All it does is send mail via SMTP. – Sam – 2010-04-20T05:18:30.527

0

hMailServer is free, and works really well:

hMailServer is a free e-mail server for Microsoft Windows. It's used by Internet service providers, companies, governments, schools and enthusiasts in all parts of the world.

It supports the common e-mail protocols (IMAP, SMTP and POP3) and can easily be integrated with many existing web mail systems. It has flexible score-based spam protection and can attach to your virus scanner to scan all incoming and outgoing email.

enter image description here

jwaddell

Posted 2010-04-20T05:07:05.180

Reputation: 2 626