• Resolved Erawkz1

    (@erawkz1)


    Hello world!

    Heres my issue, Im running a site on a azure cloud network, since natively azure does no support SMTP, when it comes t ime for members to register, it all works well up untill its time they should receive their activation key through email… and they dont. If by obtaining a sendgrid account through host, parsing info from sendgrid host app to my WP sendgrid app setting, Will it the allow the delivery of “welcome” and delivery of mentioned activation keys through emails to members upon registering? Im stumped on how to fix this issue, Im quite sure this is the fix.

    ALso, if this wold be the answer to my problem, where would meber info be sent… To my WP user tab or wold there be a third party involved in maintaning this database.

    Thank you for yout ime,
    -Erawkz

    https://wordpress.org/plugins/sendgrid-email-delivery-simplified/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The SendGrid plugin overrides the wp_mail function, and allows you to choose between SMTP and their Web API.

    So if you have a call to wp_mail that would otherwise work fine with SMTP, then if you use the Web API, this will work fine for you.

    Plugin Author Twilio SendGrid

    (@team-rs)

    Let us know if you have other questions.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘SImple and to the point: Regristration use.’ is closed to new replies.