554 error :smtp server not ready for data or relay denied
-
I am trying to sand mail using my smtp server to yahoo or gmail its giving these errors. 554 error :smtp server not ready for data 554 error :Relay denied i suppose my server requires authentication... can anybody plss tell me how to do so or can give me any sample code to do so thans in advance
-
I am trying to sand mail using my smtp server to yahoo or gmail its giving these errors. 554 error :smtp server not ready for data 554 error :Relay denied i suppose my server requires authentication... can anybody plss tell me how to do so or can give me any sample code to do so thans in advance
You didin't specified at which section you got the error. If your server need an authentication then you just have to setup an smtp server in your PC and use zoneedit.com for setting up the MX Records.
-
You didin't specified at which section you got the error. If your server need an authentication then you just have to setup an smtp server in your PC and use zoneedit.com for setting up the MX Records.
Actually i m not getting ur point The error comes when i send the DATA command sTemp = "DATA\r\n"; m_wsSMTPServer.Send( (LPCTSTR)sTemp, sTemp.GetLength() ); if( !get_response( DATA_SUCCESS ) ) { return FALSE; } it returns this error 554:No valid recipients access denied i m sending a mail on yahoo account
-
Actually i m not getting ur point The error comes when i send the DATA command sTemp = "DATA\r\n"; m_wsSMTPServer.Send( (LPCTSTR)sTemp, sTemp.GetLength() ); if( !get_response( DATA_SUCCESS ) ) { return FALSE; } it returns this error 554:No valid recipients access denied i m sending a mail on yahoo account