muquit
muquit
Please look at FAQ# 1 Thanks. https://github.com/muquit/mailsend-go#frequently-asked-questions-faq
A script would be much easier to support this feature. I will give it a shot when get some time. Thanks.
Do you mean to support msmtp's configuration for mailsend-go?
Added the support, will check-in when get some time, hopefully this weekends.
Please check out v1.0.6. It has a global flag -cs to specify character set
Yes technically there is no requirement for **To** field if at least a Cc or a Bcc address is specified. However, the way it is designed, **To** is required and...
The port 465 is usually used for SSL, so the auth command will be: ``` -smtp smtp_server -port 465 -ssl auth -user -pass ``` Auth mechanism will be automatically picked...
I'm not surprised about outlook. However, it works fine with gmail, I tested it again. In gmail, inline image is displayed. In gmail, **Show original** shows the following, notice the...
I did not add it, because there is no guarantee that SMTP server will accept it. It's the job of SMTP server to add that header and a lot of...
No. Linux binary is targeted for 64 bit Intel/amd processors. Pi uses arm processors. Thanks.