linux - Sending Mail via Telnet -


i tried send email via telnet. doesn't accept data part. following problem occured.

$ telnet 74.125.68.109 25 trying 74.125.68.109... connected 74.125.68.109. escape character '^]'. 220 smtp.gmail.com esmtp xr8sm26040278pab.26 - gsmtp  mail from: mohangtrichy@gmail.com 503 5.5.1 ehlo/helo first. xr8sm26040278pab.26 - gsmtp  mail to: raju10anand@gmail.com 503 5.5.1 ehlo/helo first. xr8sm26040278pab.26 - gsmtp  data 503 5.5.1 ehlo/helo first. xr8sm26040278pab.26 - gsmtp mail sent telnet... 502 5.5.1 unrecognized command. xr8sm26040278pab.26 - gsmtp ^] telnet> connection closed. $ 

here problem after data command. there mistake did. 74.125.68.109 mail address of gmail.

it's telling you aren't saying helo first command. after each line it's yelling @ again didn't helo


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -