0

When using ActionMailer mailers and having the SMTP settings as Sendgrid, is it possible to get a reference to the Sendgrid email when the mailer runs, or would it require migrating to the Sendgrid REST api?

Shadwell
  • 34,314
  • 14
  • 94
  • 99
BC00
  • 1,589
  • 3
  • 29
  • 47

1 Answers1

0

With ActionMailer, it isn't possible but with the gem yes:

https://github.com/sendgrid/sendgrid-ruby

Boris BRESCIANI
  • 527
  • 7
  • 16