Hi,
I'm not sure if the licensed version I am using has a bug but the emails are not being sent and heres what the debug says
_POST: Array ( [prefix] => Mrs. [email] => [email]XXXXX@yahoo.ca[/email] [FirstName] => jamm [Phone] => 666 [LastName] => sidhu [Phone_ext] => 8888 [address] => ss [CellPhone] => sss [city] => sss [couponcode] => ss [state] => sssssss [zipcode] => sss [country] => sss [Employer] => xxx [Employer_address] => vvvv [language] => French [Programs] => FT-Marketing Management [Programs_FT_Other] => salam [Programs_PT_Other] => malekum [Referral] => referral [Referral-Other] => fff [NAttendees] => 3 [Comments] => ttt [Submit] => Submit & Proceed to Next Step [subject] => [fullname] => )
Case 1: Use table layout
E-mail: 'Yes' custom
Email not sent
So why is the email not being sent? I'm using Chronoforms v2.3.9 J1.0 licensed that Maximo sent me in april 08. Thanks for any help
attached is the rest of the debug results that shows the email message
I'm not sure if the licensed version I am using has a bug but the emails are not being sent and heres what the debug says
_POST: Array ( [prefix] => Mrs. [email] => [email]XXXXX@yahoo.ca[/email] [FirstName] => jamm [Phone] => 666 [LastName] => sidhu [Phone_ext] => 8888 [address] => ss [CellPhone] => sss [city] => sss [couponcode] => ss [state] => sssssss [zipcode] => sss [country] => sss [Employer] => xxx [Employer_address] => vvvv [language] => French [Programs] => FT-Marketing Management [Programs_FT_Other] => salam [Programs_PT_Other] => malekum [Referral] => referral [Referral-Other] => fff [NAttendees] => 3 [Comments] => ttt [Submit] => Submit & Proceed to Next Step [subject] => [fullname] => )
Case 1: Use table layout
E-mail: 'Yes' custom
Email not sent
So why is the email not being sent? I'm using Chronoforms v2.3.9 J1.0 licensed that Maximo sent me in april 08. Thanks for any help
attached is the rest of the debug results that shows the email message
Figured out part of it. I was using the 'email' field name as the 'Reply To' Email address in the 'general' tab.
So once I changed that to an e-mail address instead...it works.
Can I not use field names from my form in the 'Reply to' email and name? It would be convenient for my client to be able to reply to the sender by clicking reply to the email sent via the form
So once I changed that to an e-mail address instead...it works.
Can I not use field names from my form in the 'Reply to' email and name? It would be convenient for my client to be able to reply to the sender by clicking reply to the email sent via the form
Hi jake002,
Yes, the General tab 'only' takes full email addresses in those fields, the Special Fields tab 'only' takes field names.
You can put the subscriber email address in the reply-to field with a bit of code. The problem is that there's a high chance that the email will not be delivered. Many ISPs check the domain name in the From / ReplyTo fileds to make sure that they come from a domain linked to the site or at least registered with them. If they don't match the email gets marked as relayed and very likely treated as spam and dumped.
We suggest that you use the email template and add a 'reply-to' link in the body of the email with <a href="mailto:{user_email}">. . .</a>
Bob
Yes, the General tab 'only' takes full email addresses in those fields, the Special Fields tab 'only' takes field names.
You can put the subscriber email address in the reply-to field with a bit of code. The problem is that there's a high chance that the email will not be delivered. Many ISPs check the domain name in the From / ReplyTo fileds to make sure that they come from a domain linked to the site or at least registered with them. If they don't match the email gets marked as relayed and very likely treated as spam and dumped.
We suggest that you use the email template and add a 'reply-to' link in the body of the email with <a href="mailto:{user_email}">. . .</a>
Bob
This topic is locked and no more replies can be posted.