HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Pretty slick mail tester for developers.
peregrine
MVP
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.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Tagged:
1
Comments
worked for me anyway for testing various mail option in vanilla.
might be a good inclusion for vanilla.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
That's the bomb.
I was kind of thinking ...
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.