Re: bare minimum SMTP implementation
FunkyChunkyMunky <[email protected]>
| Newsgroups | org.kernel.vger.linux-c-programming |
|---|---|
| Message-ID | <[email protected]> |
[email protected] 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 [email protected] at openSubscriber.com > http://www.opensubscriber.com/messages/[email protected]/topic.html > -- > To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in > the body of a message to [email protected] > 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