sarahmonster / suitor

Open-source Rails app for tracking job applications.
http://mrsuitor.com
Apache License 2.0
7 stars 1 forks source link

Send out email reminders/notifications #97

Open sarahmonster opened 10 years ago

sarahmonster commented 10 years ago

This will obviously be subject to a certain amount of user configuration-setting, but the system should email people friendly reminders:

tofumatt commented 10 years ago

“General lack of activity” — be careful as we don’t want to be spammy, but certainly the odd (or at least first one or two) “What’s up, why haven’t you been applying?” email is fine.

On September 30, 2014 at 22:39:29, sarah ✈ semark (notifications@github.com) wrote:

This will obviously be subject to a certain amount of user configuration-setting, but the system should email people friendly reminders:

upcoming deadlines scheduled interviews outstanding follow-ups/applications general lack of activity — Reply to this email directly or view it on GitHub.

sarahmonster commented 10 years ago

Oh, the plan would be basically to just send out an email if a user has 2 weeks of inactivity, then not again. I also won't implement this until #51 is complete and I can add email preferences as a setting (and then offer a fast-unsubscribe link as well... I don't want users to have to log in to get me to stop emailing them!)

tofumatt commented 10 years ago

👍 Works for me.

On September 30, 2014 at 22:46:20, sarah ✈ semark (notifications@github.com) wrote:

Oh, the plan would be basically to just send out an email if a user has 2 weeks of inactivity, then not again. I also won't implement this until #51 is complete and I can add email preferences as a setting (and then offer a fast-unsubscribe link as well... I don't want users to have to log in to get me to stop emailing them!)

— Reply to this email directly or view it on GitHub.

sarahmonster commented 10 years ago

http://help.mandrill.com/entries/21813787-How-do-recipients-unsubscribe-from-emails-sent-through-Mandrill- might be helpful, but I'll probably just make it a user setting.