Is there anyone around familiar with implementing PHPMailer? I've got a form that sends recorded information to a form. I would like the submission to also send an email to the address given on the form, with some information that is dependent on variables within the form. How do I set it up to do both? Currently, the form starts with method=POST - needs to stay that way to send info to DB, but need to also get it sent as an email!
Any thoughts?
Any thoughts?