0

New to wordpress.

Wordpress gods,
How would i send a mail using 'wp mail smtp' plugin? I completed the procedure and test mail was successful. How would i call this from UI. No tuts saying anything about that i guess

Comments
  • 1
    another one bites the dust
  • 0
    From the UI is not possible out of the box. Have a look at wp_mail(). The mentioned plugin uses this function. It's the default wp function to send mails.
    Maybe there's another plugin which you can use to send mails with the ui, but maybe you should just use a mail client to send mails...
  • 4
    And make sure that you don't accidentally turn your host into a spam relay via email header injection:

    https://acunetix.com/blog/articles/...
  • 0
    Guys, I wrote laravel api to do this trick. i call the api using curl .

    or i can just use php mail function, no need to write apis .
Add Comment