Question about PHP Mailer library

Hi all,

I was looking into PHP Mailer for setting up SMTP email for a couple of forms on my site. I’ve been trying out PHP Mailer and it works fine, but there’s some things that I want to customize such as redirecting the user to conformation page when they’ve successfully submitted the form and show users what required form fields they forgot to fill out.

I’ve been going through the documentation on the program and it mentions these things, but nothing is very clear as to how to actually customize the script. Is there a good resource to go to or another recommended script?

Hi,

Redirecting to a confirmation page and form validation aren’t part of PHPMailer as far a I know, so you’d have to add these things to your script. Can you show us the code you’ve got for your form at the moment?