Page 1 of 1
Problem sending emails to yahoo clients
Posted: Sat Oct 22, 2011 7:57 am
by nikythebest
Hello,
I am using OC 1.5.1 and i have problems with emails. All my yahoo customers are not receiving any emails from my website. I don't know why. MY email protocol is selected MAIL and no other parameters typed. If i am selecting SMTP and i put the gmail smtp i got this error: Error: AUTH LOGIN not accepted from server!. SMTP: smtp.gmail.com
port: 587 timeout: 5. How can i solve this problem? In few months ago i was able to send emails in yahoo but with a delay of 5-6 hours. Now is not sending any email.
Thank you
Re: Problem sending emails to yahoo clients
Posted: Sun Oct 23, 2011 12:05 am
by uksitebuilder
If it is just yahoo clients, then it could be your server ip is blacklisted
check
http://www.mxtoolbox.com/blacklists.aspx
Re: Problem sending emails to yahoo clients
Posted: Sun Oct 23, 2011 8:12 pm
by nikythebest
NO blacklisted. Also why is giving that error when i tried to set SMTP? Can anyone help me to set SMTP gmail?
Thank you
Re: Problem sending emails to yahoo clients
Posted: Sun Oct 23, 2011 8:15 pm
by uksitebuilder
Try resetting the mail settings to using 'Mail'
Then in the parameters field enter the following
-
fyou@youremail.com
or
-
Fyou@youremail.com
the '-f' part is important because it set's the from address.
This may be the reason that yahoo is blocking/rejecting mail (because it has no from address)
Re: Problem sending emails to yahoo clients
Posted: Tue Nov 01, 2011 8:33 pm
by Luiz_Charger
i am also having the same problem, but with gmail. i've tried in a few ways but it doesn't work. please help, the web site is already live.
Re: Problem sending emails to yahoo clients
Posted: Sun Nov 06, 2011 3:10 am
by nikythebest
I used uksitebuilder method but still not sending. Only one message i've got and after that nothing. Any ideeas?
Can someone teach me how to set SMTP? Maybe with SMTP is working
Thank you
Re: Problem sending emails to yahoo clients
Posted: Mon Nov 07, 2011 3:21 am
by uksitebuilder
Get your SMTP detaisl from your Server Host or from Gmail etc
input them in the System - Settings - Mail tab
Re: Problem sending emails
Posted: Thu Nov 17, 2011 12:23 am
by melaniebund
i have a problem sending emails to anyone - they do not arrive in anyones mailbox
Settings /mail - have filled out all parameters including -
fgeral@autojc.net. host username, pass,port and timeout
any ideas?
melanie
Re: Problem sending emails to yahoo clients
Posted: Thu Nov 17, 2011 12:28 am
by uksitebuilder
need more info Melanie
SMTP or MAIL ?
OpenCart version ?
If using SMTP who are you using (Gmail ?)
If using SMTp there is no need to enter the Mail Parameters (-
fyou@yours.com)
Re: Problem sending emails to yahoo clients
Posted: Thu Nov 17, 2011 1:49 am
by melaniebund
MAIL
oc version 1.5
Mail Protocol: mail
Mail Parameters: -
fgeral@autojc.net
SMTP Host: smtp.1and1.com
SMTP Username:
geral@autojc.net
SMTP Password:*******
SMTP Port: 25
SMTP Timeout: 5
thanks
melanie
Re: Problem sending emails to yahoo clients
Posted: Thu Nov 17, 2011 1:51 am
by uksitebuilder
Try changing Mail Protocol to SMTP
and change SMTP Host to: auth.smtp.1and1.com
and change SMTP Port to: 587
Re: Problem sending emails to yahoo clients
Posted: Thu Nov 17, 2011 2:21 am
by melaniebund
ok i tried and get following result
Error: php_network_getaddresses: getaddrinfo failed: Name or service not known (0)
melanie
Re: Problem sending emails to yahoo clients
Posted: Thu Nov 17, 2011 2:49 am
by uksitebuilder
change the SMTP address to 67.215.65.132
If that fails, you could try the recently released vqmod that xsecrets put together:
http://forum.opencart.com/viewtopic.php?f=23&t=45961
Re: Problem sending emails to yahoo clients
Posted: Thu Nov 17, 2011 2:53 am
by Xsecrets
If you do try mine keep in mind that it automatically uses tls when you choose 587, so your host would have to support that, and it automatically uses ssl when you use port 465
Re: Problem sending emails to yahoo clients
Posted: Thu Nov 17, 2011 2:57 am
by MatthewB
I'm with 1and1.co.uk for hosting and for emails
try using auth.smtp.1and1.co.uk for out going emails that's what i use and it works fine
Re: Problem sending emails to yahoo clients
Posted: Fri Nov 18, 2011 3:19 am
by melaniebund
have now got the following with no error messages but mail still does not arrive - i find this really odd
Mail Protocol: mail
Mail Parameters: -
fgeral@autojc.net
SMTP Host: auth.smtp.1and1.com
SMTP Username:
geral@autojc.net
SMTP Password:*******
SMTP Port: 587
SMTP Timeout: 5
Re: Problem sending emails to yahoo clients
Posted: Fri Nov 18, 2011 3:23 am
by uksitebuilder
If you choose 'Mail' as the protocol then you should enter
Code: Select all
Mail Protocol: mail
Mail Parameters: -fgeral@autojc.net
SMTP Host:
SMTP Username:
SMTP Password:
SMTP Port:
SMTP Timeout:
if you choose 'SMTP' as the protocol you should enter
Code: Select all
Mail Protocol: SMTP
Mail Parameters:
SMTP Host: auth.smtp.1and1.co.uk
SMTP Username: geral@autojc.net
SMTP Password:*******
SMTP Port: 587
SMTP Timeout: 5
Re: Problem sending emails to yahoo clients
Posted: Fri Nov 18, 2011 3:24 am
by uksitebuilder
you could also try the following for SMTP which one of my clients uses who is on 1and1
Code: Select all
Mail Protocol: SMTP
Mail Parameters:
SMTP Host: localhost
SMTP Username:
SMTP Password:
SMTP Port: 25
SMTP Timeout: 5
Re: Problem sending emails to yahoo clients
Posted: Fri Nov 18, 2011 7:19 pm
by melaniebund
THANKS ALOT its working now
the
Mail Protocol: mail
Mail Parameters: -
fgeral@autojc.net
SMTP Host:
SMTP Username:
SMTP Password:
SMTP Port:
SMTP Timeout:
did the trick