Hey. It might sound simple, as long as you're not me. I'm trying to send an email using cmd. I'm running windows xp, but it has to work on windows 7 too. I wanna use my gmail account.
I found some VBS and EXE files that were supposed to work, but they're unable to connect to gmail's smtp.gmail.com server. Any way to fix it?
Sending an email
Started by AdvMutant, Nov 12 2010 04:18 AM
7 replies to this topic
#1
Posted 12 November 2010 - 04:18 AM

There is no problem that cannot be solved by the use of high explosives.
|
|
|
#2
Posted 12 November 2010 - 06:15 AM
I dunno about CMD, in linux terminal its as simple as
followed by your HELO command, from and rcpt to, data, etc.
I remember CMD has a telnet client though. Try it out
>telnet smtp.gmail.com 25
followed by your HELO command, from and rcpt to, data, etc.
I remember CMD has a telnet client though. Try it out
#3
Posted 12 November 2010 - 10:46 AM
I tried it, but it won't let me for some reason. All I get is a blank CMD screen. Linux is a very interesting OS, I'm really starting to like it.

There is no problem that cannot be solved by the use of high explosives.
#4
Posted 12 November 2010 - 07:04 PM
I suspect Gmail is used a secure connection only, which may use a different port, or may be expecting additional information.
#5
Posted 12 November 2010 - 08:17 PM
Google's outgoing mail server is SSL enabled, and is on port 465.
#6
Posted 13 November 2010 - 03:36 AM
Oh... So is there a way I can telnet a SSL server?

There is no problem that cannot be solved by the use of high explosives.
#7
Posted 13 November 2010 - 03:58 AM
AdvMutant said:
Oh... So is there a way I can telnet a SSL server?
You will see HELO/OLEH and HELP/MAIL commands will work fine, for a list of appropriate commands, check out the RFC specification, I am too rusty to give you a tutorial:
http://www.ietf.org/rfc/rfc2821.txt
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#8
Posted 13 November 2010 - 04:04 AM
Thanks, I'll try that at home later.

There is no problem that cannot be solved by the use of high explosives.


Sign In
Create Account


Back to top









