what the fuck does this mean??

zenerchi

Regular Member
Joined
Jul 13, 2009
Messages
322
Reaction score
296
this is the error msg when i send a email for ez autoresponder

ChilkatLog:
SendMime:
DllDate: Jul 12 2007
SMTP_Connect:
Connecting to SMTP server smtp.gmail.com:587
smtp_host: smtp.gmail.com
smtp_port: 587
smtp_user: [email protected]
InitialResponse: 220 mx.google.com ESMTP 4sm837763ywi.57

sendingHello: EHLO xppro7866754

helloResponse: 250-mx.google.com at your service, [204.12.222.179]
250-SIZE 35651584
250-8BITMIME
250-STARTTLS
250-ENHANCEDSTATUSCODES
250 PIPELINING

login_method: NONE or already authenticated
CONNECTED to ESMTP server smtp.gmail.com:587
530 5.7.0 Must issue a STARTTLS command first. 4sm837763ywi.57
Failed when sending MAIL FROM:<[email protected]>
220 mx.google.com ESMTP 4sm837763ywi.57
250-mx.google.com at your service, [204.12.222.179]
250-SIZE 35651584
250-8BITMIME
250-STARTTLS
250-ENHANCEDSTATUSCODES
250 PIPELINING
MAIL FROM:<[email protected]>
530 5.7.0 Must issue a STARTTLS command first. 4sm837763ywi.57
 
is this a new error you're getting, or has it been running fine for you?
 
no im setting it up and havent been able to send out an email yet. ill give you my vps details if you want to check it out
 
What I wanted to know is if it had been working ok and this error just started, but sounds like you haven't gotten it setup correctly yet and you haven't been able to even send a test mail.

I think it's in your from mails too. There's a thread in here with step by step directions. Follow that and just make sure you've got it perfect.
 
Code:
530 5.7.0 Must issue a STARTTLS command first. 4sm837763ywi.57

That's your problem, you're sending out a MAIL From: response instead of STARTTLS.
That SMTP server uses TLS/SSL security.
Use the command STARTTLS to initiate the handshake.

Problem is there is another verification after that, that needs to be perfect or else it'll close the connection.
I suggest finding a host who doesn't use TLS or SSL, just PLAIN AUTH.
 
By the way, have you watched all the videos? Might get some help there.
Code:
http://www.ezautoresponder.net/media/videospre.php
 
yah i checked out all the videos and BenQs your right i havent been able to run the test.
DO you have ez auto yourself?
 
Back
Top