Issue with email

labanino 06 Sep, 2010
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
Issue with email image 1

Any advice? Thanks.
GreyHead 07 Sep, 2010
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
labanino 07 Sep, 2010
I'm not sure if I got right but, do you mean like this?
Issue with email image 2

Thanks.
GreyHead 08 Sep, 2010
Hi labanino,

No, that isn’t what I mean. Try this please:
[attachment=0]08-09-2010 08-21-05.png[/attachment]

Bob
labanino 08 Sep, 2010
Ok, this is what I have now.
Issue with email image 3

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!
GreyHead 08 Sep, 2010
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
labanino 08 Sep, 2010
Yes, that was the problem, the input named 'email' had a different name. Now is working fine. Thanks GreyHead!
This topic is locked and no more replies can be posted.