ActiveCampaign / postmark-rails

Official integration library for using Rails and ActionMailer with the Postmark HTTP API
https://postmarkapp.com
MIT License
354 stars 47 forks source link

Document using the gem with Devise #69

Closed temochka closed 4 years ago

temochka commented 5 years ago

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:

TheMindlessDevCanada commented 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

TheMindlessDevCanada commented 4 years ago

@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?

temochka commented 4 years ago

@TheMindlessDevCanada thank you for sharing this! I’m no longer with Postmark, but I wonder if @ibalosh or @tomazy could help.

ibalosh commented 4 years ago

@tomazy @nickhammond could you check out this one?

tomazy commented 4 years ago

Thank you @TheMindlessDevCanada! This is super helpful. We will incorporate this in our wiki as soon as possible.

tomazy commented 4 years ago

@TheMindlessDevCanada - we've added a page to our wiki based on your work. Thanks again!