Results 141 comments of muquit

mailsend v1.17b15 handles one line messages correctly. If you are using outlook, it's a bug/feature of outlook (mentioned in FAQ#1), it only displays first inline attachment as embedded. The messages...

Sorry for the delay. mailsend v1.17b14 and v1.17b15 handles one line message very differently. In 1.17b14, all the one line messages were only one attachment, the lines were separated by...

In most cases mailsend reads one line response from SMTP server. Will fix in the next release. Btw 2-factor authentication works, just follow google's instruction. Yes the flag is -cs,...

I just tested mailsend v1.18 from windows, mac and linux with `-ssl -port 465` and `-starttls -port 587`, works fine. Make sure you can login to the -user account from...

I did not know about that option of gmail smtp. Thanks for figuring it out.

Use `mailsend v1.17b15.` OpenSSL needs to be compiled and installed first. Any version of OpenSSL will work, but you want to use the latest version if possible. `configure` has several...

The To address specified with -t (which is used in SMTP RCPT TO) can not be other than . mailsend adds the < and > around the address. However, you...

Actually mailsend does not add any To header, it is added by SMTP server (Which was used in RCPT TO). If you can send me a sample of mail sent...

If you are trying to change display name, it can be accomplished with ```-name``` option. Example: ```-name "\"Your Name\" "```. I am not sure why you want to add name...

I don't have any problem supporting it. I have to play with it over the weekends to see what's going on. It appears Blat is just adding a To header...