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.

Email isn't sent at Vanilla 2.5 [RESOLVED]

edited March 2018 in Vanilla 2.0 - 2.8

Email isn't sent at Vanilla 2.5

Can anyone to fix it?

Comments

  • I'm assuming you can't access the settings page either? /settings/approvalemailsettings/?

    You need to add the following addon.json file:

    {
       "name":"ApprovalEmailNotification",
       "key":"ApprovalEmailNotification",
       "description":"Sends an email when a new application for membership is received.",
       "Version":"0.1.0",
        "type":"addon",
       "settingsUrl":"/settings/approvalemailsettings"
    }
    

    And change "class ApprovalEmailNotification extends Gdn_Plugin" to "class ApprovalEmailNotificationPlugin extends Gdn_Plugin" in default.php.

    Could you see if it works after you added some email adresses to that list?

  • edited March 2018

    Yes, I couldn't see setting page. After your modification setting item for this plugin has appeared. And system sent message. Thanks. Now it works.

Sign In or Register to comment.