Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Contact Form 7 uses wp_mail() to send mail. Can you check the PHP error log on the server? I guess you can find some clue in it.

    Thread Starter AphelionZ

    (@aphelionz)

    I figured it out!

    I was sending my emails to sendgrid like so:

    Firstname Lastname <first.last@gmail.com>

    and sendgrid needs it to just be the raw email:

    first.last@gmail.com

    As soon as I fixed that the problem went away.

    Thanks!

    If this resolves your question, it helps others contributing here, if you can flag your post as [resolved]

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CF7 Sendgrid’ is closed to new replies.