chronoform cannot send mails from yahoo

lansman 28 Feb, 2017
I use the latest chronoform v4 (4.0.7) when a user write his email in the contact page, if its from Gmail or other mail provider, the mail get through.. but when the email of the user is from yahoo, the mail does not sent, my host provider even told me he cannot see any indication for a send attempt in their logs.

how come and maybe it has a problem with other mail providers ?
GreyHead 28 Feb, 2017
Hi Lansman.

Please drag a Debugger action into the On Submit event, then submit the form and post the debug - including the 'dummy emails' results here.

Note: if you are using the Easy Wizard you can turn on Debug on the Others tab in CFv4 or the Setup tab in CFv5.

Bob
lansman 01 Mar, 2017
Hi,

here is the debugger:



Data Array:
Array
(
[chronoform] => contact_us1
[event] => submit
[input_select_18] => שירות
[input_message] => test
[input_contact] => contact person
[input_company] =>
[input_email] => Johndoe@yahoo.com
[input_phone] =>
[input_address] =>
[input_city] =>
[chrono_verification] => xpe8m
[input_submit_19] => שלח
[1b27e23aaee17f851434d1fab6d19efd] => 1
[Itemid] => 109
)
Validation Errors:
Array
(
)
Debug Data
Core Captcha
Passed the core captcha check!
email
7
Result
An email has been SENT successfully from (contact person)Johndoe@yahoo.com to siteowner@gmail.com
Body
you have received a message

נושא ההודעה: דוגמא
הודעה: test
איש קשר: contact person
שם חברה:
אימייל: Johndoe@yahoo.com
טלפון:
כתובת:
עיר

Submitted by 46.116.110.194
Attachments
array ( )
redirect_user
redirect_user_target_url: thank_you_page
Redirect URL (click to continue):
thank_you
GreyHead 01 Mar, 2017
Hi Lansman,

I strongly recommend that you do *not* use the Dynamic From Email element in your Email Setups. Using this often results in your emails being marked as spam and dropped into a spam filter. Instead use the static From Email with an address that matches the site domain name and use Dynamic ReplyTo Email for the user email. The result is the same but with a much better chance of good delivery.

Bob
lansman 01 Mar, 2017
Thank you, have changed it as you suggested and the issue is solved.
This topic is locked and no more replies can be posted.