Is this possible? Basically trying to test emails being sent through an SMTP server, I know all the “yea, but it’s not the same as a real…”, but is it possible, and how?
Is this possible? Basically trying to test emails being sent through an SMTP server,
Share
If this is only for testing I would definitely use a dummy SMTP server that doesn’t actually send the Emails but just stores them locally, and it’s a lot easier to setup, something like this: http://smtp4dev.codeplex.com/
Otherwise: http://www.hmailserver.com/index.php?page=welcome