New Discussion

Notifications

You’re not receiving notifications from this thread.

How do I keep sendgrid for emails coming from me, and use another way for a contact form? (verified user identity issue!)

0
Rails

I configured my rails 5.2 app to send email confirmation and others using devise and Sendgrid. It works perfectly. I am now trying to add a contact form. so the from: mail could be any one and the to: mail will be me. But now that Sendgrid requires a verified Sender Identity, it will never be able to work... I got this error: The from address does not match a verified Sender Identity.
How can I still use sendgrid for the mail I send, but use another way to get the contact form to work? What other way would you advise? Thanks a lot!

Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 89,621+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.