Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

Pretty slick mail tester for developers.

peregrineperegrine MVP
edited July 2012 in Developers

http://sourceforge.net/projects/fakemail/

just build the fakemail and run it as a demon for example on port 8025 then modify your config file.

since phpmailer is included in vanilla. this is the only script to build.

$Configuration['Garden']['Email']['UseSmtp'] = '1';
$Configuration['Garden']['Email']['SmtpHost'] = 'localhost:8025';

mail sent to port 8025 will be captured to files instead of being sent.


factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!

Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant

Tagged:
john_hrangkhol

Comments

Sign In or Register to comment.