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.

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:

Comments

  • peregrineperegrine MVP
    edited July 2012

    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.

  • ToddTodd Chief Product Officer Vanilla Staff

    That's the bomb.

  • peregrineperegrine MVP
    edited July 2012

    Todd said:
    That's the bomb.

    I was kind of thinking ...

    It's the tuna
    

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

Sign In or Register to comment.