linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: darshan.ghumare@gmail.com
To: linux-c-programming@vger.kernel.org
Subject: How to send mail from Linux in C
Date: Thu, 29 Oct 2009 02:50:32 -0400	[thread overview]
Message-ID: <28288134.11256799032169.JavaMail.root@wombat> (raw)

./a.out smtp.gmail.com 25
Please enter the message: 220 mx.google.com ESMTP 34sm776965yxf.47
HELO
250 mx.google.com at your service
MAIL FROM:<darshan.ghumare@gmail.com>
530 5.7.0 Must issue a STARTTLS command first. 34sm776965yxf.47

 
This is simple c  program which try to connect to given ip@port.
 
Thank you very much.

--
This message was sent on behalf of darshan.ghumare@gmail.com at openSubscriber.com
http://www.opensubscriber.com/messages/linux-c-programming@vger.kernel.org/topic.html

             reply	other threads:[~2009-10-29  6:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-29  6:50 darshan.ghumare [this message]
2009-11-04 12:02 ` How to send mail from Linux in C Logan Lee

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=28288134.11256799032169.JavaMail.root@wombat \
    --to=darshan.ghumare@gmail.com \
    --cc=linux-c-programming@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).