Closed temochka closed 4 years ago
any updates on this? Im implementing devise with postmark and would love some reference materials on this topic! i was reading the wiki but nothing stood out re: devise
@temochka I have just hooked up devise with a custom mailer using postmark Templates, I will send a PR with a wiki page perhaps it could be of assistance as i see this still seems to be a 'hot topic' I'll edit this with a gist i am going to do on this as well.
Postmark Templates (API) With Devise
Forked Repo Wiki -- Not too sure how I can submit this?
@TheMindlessDevCanada thank you for sharing this! I’m no longer with Postmark, but I wonder if @ibalosh or @tomazy could help.
@tomazy @nickhammond could you check out this one?
Thank you @TheMindlessDevCanada! This is super helpful. We will incorporate this in our wiki as soon as possible.
The Devise gem is the de-facto standard for implementing authentication in Rails. It also assumes the responsibility of sending some common types of transactional emails, such as sign up confirmations, password reset links, welcome emails, and others.
The postmark-rails gem is known to work seamlessly with Devise, as it relies on basic ActionMailer facilities. That said, some users reported confusion regarding how certain Postmark features (e.g., templates) fit with Devise. Thus, it might be worth providing an official guide for getting started with Devise on Postmark. Such guide would cover the following: