• first off, I’m working on a plugin, so I don’t want to know what plugin does what I’m trying to do..

    I’ve created a page that has the results to a form submission, on that page I want to create a “popup” div that has a form in it allowing the user to email the results to a friend. I want that form to submit via ajax, but use the wp_mail function as I have it setup to use SMTP settings, how can I go about that in the most minimal manner

    the form consists of yourName, yourEmail, toName, toEmail, title, story and possibly storyID, if that helps with forming an answer.

    thank you in advance

  • The topic ‘Ajax WP_Mail’ is closed to new replies.