mailsend icon indicating copy to clipboard operation
mailsend copied to clipboard

A program to send mail via SMTP from command line

Results 88 mailsend issues
Sort by recently updated
recently updated
newest added

I started testing this with 1.19, but found multiple **attach** with individual **enc-types** was broken. Continued with 1.20b, which works where 1.19 didn't. I'm attempting to replicate the way Outlook...

I am attempting to attach a HTML file as an attachment rather then in mail body in Windows 7. Receiving following response. _**Error: Expected smtp code 250, got 541 Winsock...

The syntax displayed by mailsend says: .... -dispostion val - "attachment" ..... but the code says: https://github.com/muquit/mailsend/blob/master/main.c#L564 Should be updated: lines 487 and 571

I put several addresses into the -to and -cc parameters, but it seems no email goes out. Is there a limit for these parameters? how many addresses can be put...

I very much love mailsend, the only missing part is a priority option (-priority 1, etc.) usually smtp servers know of 5 different priority levels, it would be great if...

I've downloaded it three times and the 1.19 binary is "not a valid win32 application". 1.18 works fine.

Hi, i want to combine a html text. i run this command: `mailsend -t [email protected] -f [email protected] -name NAME -ssl -port 465 -auth -smtp smtp.gmail.com -sub "Hello" -content-type "text/html" -M...

Hello, I'm using mailsend in my smartmontools-win project since a couple of years now. Awesome little program, i'd just enjoy a --non-interactive parameter which leads mailsend to not ask anything...

I am trying this: mailsend1.18.exe -to "[email protected]" -from "[email protected]" -ssl -port "465" -auth -smtp "smtp.gmail.com " -sub test +cc +bc -v -user "[email protected]" -pass "mypassword" Getting error: Error: AUTH LOGIN...

Hello, emails to multiple recipients are visible in To: field despite being configured as follow in a text file: Cc: [email protected] BCc: [email protected] Most recipients should be in BCc: field....