darshan.ghumare@xxxxxxxxx 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@xxxxxxxxx at openSubscriber.com
http://www.opensubscriber.com/messages/linux-c-programming@xxxxxxxxxxxxxxx/topic.html
--
To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
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
--
To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html