linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: FunkyChunkyMunky <funkychunkymunky@gmail.com>
Cc: linux-c-programming@vger.kernel.org
Subject: Re: bare minimum SMTP implementation
Date: Fri, 30 Oct 2009 07:53:03 -0700	[thread overview]
Message-ID: <4AEAFDCF.1000506@gmail.com> (raw)
In-Reply-To: <19475730.21256910810841.JavaMail.root@wombat>

darshan.ghumare@gmail.com wrote:
> In my project one thread will have a task to send mail. It can be send to say gmail also.
> But if you try to connect smtp.gmail.cm@25 then after greeting gmail ask you to setup SSL.
> I have search a lot for SMTP implementation that support STARTTLS, many of them consume about 800+kb. As my project is run on embedded system this is not feasible to me.
> If anybody knows any implementation that support above STARTTLS still consume less memory?
> Many of them ask for OpenSSL but that consume 800kb+ memory hence not feasible for me.
>
> Thank you very much
>
> Regards
> Darshan
>
>
>
> --
> 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
>
>   
why deliver directly from the embedded device?
setup a relaying mta and have all the devices forward to that server 
which will deliver the mail

  reply	other threads:[~2009-10-30 14:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-30 13:53 bare minimum SMTP implementation darshan.ghumare
2009-10-30 14:53 ` FunkyChunkyMunky [this message]
2009-10-30 20:45 ` Glynn Clements

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=4AEAFDCF.1000506@gmail.com \
    --to=funkychunkymunky@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).