Guest User

Untitled

a guest
May 25th, 2018
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. def test_gmail(user)
  2. @recipients = user.email
  3. @from = 'test@clmailpro.com'
  4. @subject = 'Confirming your gmail account is up to date'
  5. @sent_on = Time.now
  6. @body[:user] = user
  7. end
Add Comment
Please, Sign In to add comment