Post by nikythebest » Sat Oct 22, 2011 7:57 am

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

New member

Posts

Joined
Thu Sep 15, 2011 3:54 am

Post by uksitebuilder » Sun Oct 23, 2011 12:05 am

If it is just yahoo clients, then it could be your server ip is blacklisted

check http://www.mxtoolbox.com/blacklists.aspx

User avatar
Guru Member

Posts

Joined
Thu Jun 09, 2011 11:37 pm
Location - United Kindgom

Post by nikythebest » Sun Oct 23, 2011 8:12 pm

NO blacklisted. Also why is giving that error when i tried to set SMTP? Can anyone help me to set SMTP gmail?

Thank you

New member

Posts

Joined
Thu Sep 15, 2011 3:54 am

Post by uksitebuilder » Sun Oct 23, 2011 8:15 pm

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)

User avatar
Guru Member

Posts

Joined
Thu Jun 09, 2011 11:37 pm
Location - United Kindgom

Post by Luiz_Charger » Tue Nov 01, 2011 8:33 pm

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.

Newbie

Posts

Joined
Tue Nov 01, 2011 8:24 pm

Post by nikythebest » Sun Nov 06, 2011 3:10 am

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

New member

Posts

Joined
Thu Sep 15, 2011 3:54 am

Post by uksitebuilder » Mon Nov 07, 2011 3:21 am

Get your SMTP detaisl from your Server Host or from Gmail etc

input them in the System - Settings - Mail tab

User avatar
Guru Member

Posts

Joined
Thu Jun 09, 2011 11:37 pm
Location - United Kindgom

Post by melaniebund » Thu Nov 17, 2011 12:23 am

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

New member

Posts

Joined
Tue Jun 21, 2011 5:36 am

Post by uksitebuilder » Thu Nov 17, 2011 12:28 am

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)

User avatar
Guru Member

Posts

Joined
Thu Jun 09, 2011 11:37 pm
Location - United Kindgom

Post by melaniebund » Thu Nov 17, 2011 1:49 am

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

New member

Posts

Joined
Tue Jun 21, 2011 5:36 am

Post by uksitebuilder » Thu Nov 17, 2011 1:51 am

Try changing Mail Protocol to SMTP
and change SMTP Host to: auth.smtp.1and1.com
and change SMTP Port to: 587

User avatar
Guru Member

Posts

Joined
Thu Jun 09, 2011 11:37 pm
Location - United Kindgom

Post by melaniebund » Thu Nov 17, 2011 2:21 am

ok i tried and get following result
Error: php_network_getaddresses: getaddrinfo failed: Name or service not known (0)

melanie

New member

Posts

Joined
Tue Jun 21, 2011 5:36 am

Post by uksitebuilder » Thu Nov 17, 2011 2:49 am

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

User avatar
Guru Member

Posts

Joined
Thu Jun 09, 2011 11:37 pm
Location - United Kindgom

Post by Xsecrets » Thu Nov 17, 2011 2:53 am

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

OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter


Guru Member

Posts

Joined
Sun Oct 25, 2009 3:51 am
Location - FL US

Post by MatthewB » Thu Nov 17, 2011 2:57 am

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

Matthew


Active Member

Posts

Joined
Sat Jul 23, 2011 5:18 am
Location - Sunderland Tyne and Wear

Post by melaniebund » Fri Nov 18, 2011 3:19 am

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

New member

Posts

Joined
Tue Jun 21, 2011 5:36 am

Post by uksitebuilder » Fri Nov 18, 2011 3:23 am

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

User avatar
Guru Member

Posts

Joined
Thu Jun 09, 2011 11:37 pm
Location - United Kindgom

Post by uksitebuilder » Fri Nov 18, 2011 3:24 am

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

User avatar
Guru Member

Posts

Joined
Thu Jun 09, 2011 11:37 pm
Location - United Kindgom

Post by melaniebund » Fri Nov 18, 2011 7:19 pm

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

New member

Posts

Joined
Tue Jun 21, 2011 5:36 am
Who is online

Users browsing this forum: No registered users and 65 guests