muquit
muquit
Please link with dynamic OpenSSL libs. Static linking in MacOS is not feasible. -static is used only for kernel in MacOS. `man ld` for details. Thanks.
Please run with ```-v``` to see if the addresses are used correctly. Thanks.
Please login to the sender account in gmail and make sure that gmail is not blocking it. gmail does not allow sending mail from any "untrusted" app by default. If...
mailsend just adds ```Cc``` header with the address. It is up to the SMTP server to respect it. It works fine with SMTP servers I tested, e.g. it works fine...
gmail allows to generate an app specific password. This password can be used to send email instead of the regular user password. You can try that.
Did you try the option `-domain` ? ``` mailsend -h ... -domain domain - domain name for SMTP HELO/EHLO ... ``` Thanks.
Would you try the flag -4 to use the IPv4 address? You probably have IPv6 enabled in your machine but there is no IPv6 route.
did you try to run mailsend.exe with -4? By default mailsend will try to detect IPv4 or IPv6, if you have IPv6 stack enabled it will try to use it....
You are running mailsend on that platform right? It's a command line option for mailsend to use IPv4 transport. Sorry I am confused what you are trying to do. The...
_From [[email protected]](https://code.google.com/u/116397076041912827850/) on January 13, 2014 11:58:10_ I don't have access to Windows 2000, so unfortunately I can not verify.