* How to send mail from Linux in C
@ 2009-10-29 6:50 darshan.ghumare
2009-11-04 12:02 ` Logan Lee
0 siblings, 1 reply; 2+ messages in thread
From: darshan.ghumare @ 2009-10-29 6:50 UTC (permalink / raw)
To: linux-c-programming
./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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: How to send mail from Linux in C
2009-10-29 6:50 How to send mail from Linux in C darshan.ghumare
@ 2009-11-04 12:02 ` Logan Lee
0 siblings, 0 replies; 2+ messages in thread
From: Logan Lee @ 2009-11-04 12:02 UTC (permalink / raw)
To: darshan.ghumare; +Cc: linux-c-programming
2009-10-29 (목), 02:50 -0400, darshan.ghumare@gmail.com 쓰시길:
> ./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.
Can you send me the source of your program? I'm interested that's all.
>
> --
> 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
> --
> To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-11-04 12:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-29 6:50 How to send mail from Linux in C darshan.ghumare
2009-11-04 12:02 ` Logan Lee
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).