ritstudentgovernment/petitions

Email alert after moderation error

Closed this issue · 2 comments

ceko commented

If the email setting isn't set up properly or the email server isn't receiving connections, a moderator gets a generic error when approving a petition. I'm going to create a pull request to fix this minor issue, I just wanted to reference this issue when I do it.

ceko commented

In my recent pull request #88 I have a fix for this, since all emails route through the same object, it can return a Meteor.error when the SMTP server is unreachable.

Resolved in #88