mailsend
mailsend copied to clipboard
Unable to add "TO" using "-list_address"
First, great tool man. thanks a lot.
Issue:
For some reason, when I use the " -list_address " switch the email comes thru to the receiving email box (gmail) as "TO" being blank, and the addresses from mailsendlist.txt being in the BCC field instead of "TO"? When I replace "list_address with "-t [email protected]" it works fine. It's creating problems for a rule I have set up in gmail.
Script syntax:
mailsend.exe -f [email protected] -list_address mailsendlist.txt -smtp smtp.live.com -port 587 -starttls -auth -user [email protected] -pass password -mime-type "text/plain" -sub "The UPS has switched to battery mode"
mailsendlist.txt:
To: [email protected]
Cc: [email protected]
What am I doing wrong?
Possibly a dupe of https://github.com/muquit/mailsend/issues/92 ?