LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   bare minimum SMTP implementation (https://www.linuxquestions.org/questions/programming-9/bare-minimum-smtp-implementation-765576/)

darshan_ghumare 10-30-2009 09:18 AM

bare minimum SMTP implementation
 
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

anomie 10-30-2009 02:13 PM

I'm not certain it meets your memory requirements, but try msmtp. (It can run with GnuTLS instead of OpenSSL.)


All times are GMT -5. The time now is 10:18 PM.