Problemas with the Form. Yahoo emails.

3 replies · opened Apr 18, 2016

Bborjapintor88Apr 18, 2016

Hello.

I dont know if the problem is in the website or in the server. But i dont recive emails from @yahoo.com emails. I dont have problems with gmail or hotmail.. What do you think is the problem?

My web is www.reclamatuvuelo.com

Thanks

SSemicolon WebSTAFFApr 19, 2016

Hello,

Setting the From as originating from the sender (in this case Yahoo) is the problem. The receiving mail server can quickly identify that it has not sent the message - and once it does, it suspects spam. Instead, set From to some address on your server (typically no-reply@your-website.com) and then add the sender as Reply-To header.

Reply-To header does exactly what it sounds like: when you click the "Reply" button, it populates a new message sending to that value instead of the actual sender. Consider replacing the following code in the include/sendemail.php File:

$mail->SetFrom( $email , $name );

with the following:

$mail->SetFrom( 'no-reply@your-website.com' , 'Your Name' );

This should fix your issue. Let us know if we can help you with anything else or if you find any further issues.

Bborjapintor88Apr 19, 2016

Is there any problem if i dont have no-reply@myweb.com and i set another email like info@myweb.com??

When you say , 'your name' do you mean the name of the company for example??

Thanks

SSemicolon WebSTAFFApr 20, 2016

Hello,

Any Email from @myweb.com should be fine. "Your Name" can be any name preferred by you.

This will definitely work fine. Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard
Problemas with the Form. Yahoo emails. · Canvas Template Support