Results 141 comments of muquit

Sorry I do not have access to Windows XP or Windows 2003. mailsend v1.19 is compiled on Windows 10. The Supplied ```Makefile.mnake``` is specific to Microsoft Visual Studio. If you...

This function is not used in mailsend but should be fixed neverthless.

The TOC and README.md is generated by markdown_helper (I have the link at the bottom of README). I think it's a bug in that program, it thinks / is a...

What is the exact error do you get? I compiled and installed OpenSSL 1.1.0g and mailsend links with it fine (I did not test it with OpenSSL 1.1.0 however). ```...

You have to build OpenSSL as static library. I did not try to build OpenSSL 1.1.x on Windows. However, OpenSSL 1.0.2 can be built statically as per instruction in INSTALL.W32....

Google considers all apps insecure other than their own. For gmail, you can turn on 2F authentication and then generate an app specific password to use mailsend as a secure...

I just tested smtp.live.com. It worked fine with LOGIN mechanism. I used mailsend v1.19 on Mac however. I will test it from Windows tomorrow. Thanks

First of all, the option -msg-body and -attach will never work together. Let's explain why. The -attach option creates properly formatted MIME mail by separating the attachments with boundary. Example:...

As you are running on Linux, use single quotes around your password, otherwise if there is any special character like $ in your password, shell will expand it. Thanks

Please try mailsend-go: https://github.com/muquit/mailsend-go Thanks.