Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Vanilla not sending Emails, and not in Junk

So my setup is Vanilla 2 embedded in blogger and using x10hosting. The outgoing email is setup to SMTP. When new users join they do not get a confirm email to confirm their email. I have had several friends try and i created numerous dummy accounts, None of them receive an email saying to confirm their email address. They all checked there emails over the last couple days, spam boxes included. The test was done before and after setting up an SMTP outgoing email. Is there something im missing? The forum link is posted in case anyone else wants to try for me. I have new users set to be confirm email role until they do, but the emails aren't being sent!
http://keenans-corner.blogspot.ca/p/forum.html
Any help would be greatly appreciated, thanks in advance!

Comments

  • edited March 2013

    @CorsoConnected check your config.php file what do you have for these ?

    $Configuration['Garden']['Email']['UseSmtp']                    = FALSE;
    $Configuration['Garden']['Email']['SmtpHost']                   = '';
    $Configuration['Garden']['Email']['SmtpUser']                   = '';
    $Configuration['Garden']['Email']['SmtpPassword']               = '';
    $Configuration['Garden']['Email']['SmtpPort']                   = '25';
    $Configuration['Garden']['Email']['SmtpSecurity']               = ''; // ssl/tls
    $Configuration['Garden']['Email']['MimeType']                   = 'text/htn';
    $Configuration['Garden']['Email']['SupportName']                = 'Support';
    $Configuration['Garden']['Email']['SupportAddress']             = 'contact@support.com';
    
    
Sign In or Register to comment.