Hello everyone! After sending my email I get this:
An email has been SENT successfully from (Admin)alex_lab@yahoo.com to [email]ghostrider@gmail.com[/email]
An email has been SENT successfully from () to
I'm getting the Admin email but not the second one as you can see, both are valid email addresses

Any advice? Thanks.
An email has been SENT successfully from (Admin)alex_lab@yahoo.com to [email]ghostrider@gmail.com[/email]
An email has been SENT successfully from () to
I'm getting the Admin email but not the second one as you can see, both are valid email addresses

Any advice? Thanks.
Hi labanino,
The 'Dynamic' elements in the Email Setup take input names from your form as you have with To and Subject. Switch the Dynamic From Email and the Dynamic From Name back to From Email and From Name.
Bob
The 'Dynamic' elements in the Email Setup take input names from your form as you have with To and Subject. Switch the Dynamic From Email and the Dynamic From Name back to From Email and From Name.
Bob
Hi labanino,
No, that isn’t what I mean. Try this please:
[attachment=0]08-09-2010 08-21-05.png[/attachment]
Bob
No, that isn’t what I mean. Try this please:
[attachment=0]08-09-2010 08-21-05.png[/attachment]
Bob
Ok, this is what I have now.

and this:
1. Form passed first SPAM check OK
2. Form passed the submissions limit (if enabled) OK
3. Form passed the Image verification (if enabled) OK
4. Form passed the server side validation (if enabled) OK
5. $_POST Array: Array ( [nombre] =>.............
6. $_FILES Array: Array ( )
7. Form passed the plugins step (if enabled) OK
8. An email has been SENT successfully from (Admin)alex_lab@yahoo.com to [email]ghostrider@gmail.com[/email]
9. An email has been SENT successfully from (Admin)alex_lab@yahoo.com to
10. Debug End
The user who's submitting the form ([email]alex_lab@yahoo.com[/email]) it's suppose to receive an email, right?
Thank you very much GreyHead!

and this:
1. Form passed first SPAM check OK
2. Form passed the submissions limit (if enabled) OK
3. Form passed the Image verification (if enabled) OK
4. Form passed the server side validation (if enabled) OK
5. $_POST Array: Array ( [nombre] =>.............
6. $_FILES Array: Array ( )
7. Form passed the plugins step (if enabled) OK
8. An email has been SENT successfully from (Admin)alex_lab@yahoo.com to [email]ghostrider@gmail.com[/email]
9. An email has been SENT successfully from (Admin)alex_lab@yahoo.com to
10. Debug End
The user who's submitting the form ([email]alex_lab@yahoo.com[/email]) it's suppose to receive an email, right?
Thank you very much GreyHead!
Hi labanino ,
Yes assuming that you have an input named 'email' and it has a value that is a valid email address. Unfortunately you chopped off the part of the $_POST array that shows that . . .
Bob
Yes assuming that you have an input named 'email' and it has a value that is a valid email address. Unfortunately you chopped off the part of the $_POST array that shows that . . .
Bob
This topic is locked and no more replies can be posted.