Skip to content

Mailer #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Mailer #19

wants to merge 9 commits into from

Conversation

THEJRRR
Copy link
Collaborator

@THEJRRR THEJRRR commented Aug 27, 2014

Completed the method for the mailer and installed the gem to send emails. I have the mailers stored in the bd as trigger_events. We can tighten up the messaging later if we need, but it should be good for now. I still need to write to cron job that is going to send the daily summary email if that is the user preference, create the form for a user to manage preferences, and create the form to invite new members.

def send_invitation
invite_email = TransactionalMailer.new
trigger = 2
invite_email.user_mailer(2, 2)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be
invite_email.user_mailer(id, trigger_something)
?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants