DEV Community

Discussion on: Devise and SendGrid integration into rails 6

Collapse
 
jetsondavis profile image
Jeff Davidson

Hello,

I am trying to use SendMail's dynamic templating with Devise instead of using the Devise view. Does anyone know how to override the use of the Devise email with a call to SendMail's Ruby API?

Thanks!