View previous topic :: View next topic |
Author |
Message |
gctmpr -
Joined: 28 Apr 2007 Posts: 18
|
Posted: Sun Apr 29, 2007 4:54 pm Post subject: hmail work with yahoo.but not gmail |
|
|
i use hmail server...
inside php.ini -smtp -localhost (all setting is o.k)
i can sent or receive yahoo e-mail.
but i only can receive email from gmail.com...
i cant sent mail to gmail from my hmail server...
Code: | Your message did not reach some or all of the intended recipients.
Sent: Sun, 29 Apr 2007 23:46:49 +0800
Subject: Re: my php wap site
The following recipient(s) could not be reached:
xxxxxxxx@gmail.com
Error Type: SMTP
Error Description: Error message from remote server
Message: 550 5.7.1 our Bulk Email Senders Guidelines. t1si10088373poh.
hMailServer
|
this Error Type: SMTP error at where?
error setting outlook express smtp?
or
php.ini?
pls help .
thx |
|
Back to top |
|
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Sun Apr 29, 2007 5:15 pm Post subject: |
|
|
Code: | Message: 550 5.7.1 our Bulk Email Senders Guidelines. t1si10088373poh. |
Are you sending to lots of gmail addresses in one go? This message seems to say so. If you are try sending one message at a time. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
gctmpr -
Joined: 28 Apr 2007 Posts: 18
|
Posted: Mon Apr 30, 2007 3:30 am Post subject: |
|
|
no,just one address
--------------------------------
and what is the problem here?
Code: | The message could not be sent because one of the recipients was rejected by the server. The rejected e-mail address was 'gctrading.support@gmail.com'. Subject 'testing', Account: 'arunothai.myvnc.com', Server: '10.1.1.5', Protocol: SMTP, Server Response: '530 SMTP authentication is required.', Port: 25, Secure(SSL): No, Server Error: 530, Error Number: 0x800CCC79 |
|
|
Back to top |
|
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Mon Apr 30, 2007 4:34 pm Post subject: |
|
|
I used to get this exact same problem but I solved it my using my ISP's mail server. I send mail through smtp.ntlworld.com not through my smtp address. Maybe you could try and do it through your own ISP's smtp address. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
|