muquit / mailsend

A program to send mail via SMTP from command line
Other
294 stars 68 forks source link

wolfssl support #157

Open laoshaw opened 3 years ago

laoshaw commented 3 years ago

can mailsend support wolfssl? it will be nice if wolfssl is supported.

muquit commented 3 years ago

I can. Any reason not to use mailsend-go?

laoshaw commented 3 years ago

mailsend might be the best alternative for ssmtp(obsoleted) on embedded devices(with just a few MBs storage in total), msmtp is another option but it uses gnutls. mailsend-go is too large in size there. Thanks!