phpmailer sending out 2 emails
User: ctarfq5
I have a form that submits information to a php file. The php takes the information and formats it and sends it off in an email. I am using phpmailer. The initial email is perfect. The second and sometimes third that comes after with no submission on my part is a problem. What is causing the second email, with no form information to be sent?
I am not comfortable posting code, as it has password information. You can assume a classic phpmailer code. I am sending the email to multiple people and with an attachments.
Is there a phpmailer setting that I need to send, or a way to hinder the second email after the first is sent?
Thanks.
I have a form that submits information to a php file. The php takes the information and formats it and sends it off in an email. I am using phpmailer. The initial email is perfect. The second and sometimes third that comes after with no submission on my part is a problem. What is causing the second email, with no form information to be sent?
I am not comfortable posting code, as it has password information. You can assume a classic phpmailer code. I am sending the email to multiple people and with an attachments.
Is there a phpmailer setting that I need to send, or a way to hinder the second email after the first is sent?
Thanks.