Re: bare minimum SMTP implementation
Glynn Clements <[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. http://www.google.com/search?q=embedded%20SSL -- Glynn Clements <[email protected]>