• I recently created a new WordPress plugin that has a form on it. When a user clicks the submit button from my form, it should send them a custom email. That is the vision.

    For my plugin code, is there a guide or tutorial I can follow for setting up the mail logic, while having WP Mail SMTP installed?

    • This topic was modified 2 months, 1 week ago by klewis.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Darshana

    (@darshanaw)

    Hi @blackawxs,

    Thanks for the rating!

    Once you install the WP Mail SMTP plugin on your site, all of your WordPress email notifications sent using the wp_mail() function will be routed through the WP Mail SMTP configured mailer.

    In your case, please refer to the WordPress wp_mail() function guide here and set up your email notifications accordingly.

    If you need additional assistance, please open a new support thread here.

    Thanks!

    Thread Starter klewis

    (@blackawxs)

    Perfect! Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this review.