muquit / mailsend

A program to send mail via SMTP from command line
Other
294 stars 68 forks source link

-list-address option doesn't show the recipient/s list in the email reception #92

Open AndresLoGo opened 8 years ago

AndresLoGo commented 8 years ago

The recipient/s gets de email but the list of recipient/s is empty in the message

muquit commented 8 years ago

It is working as designed. When -list option is used, mailsend works like a mailing list, it feeds each address to SMTP server with RCPT TO:address. If you want the addresses to show up, you have to write a wrapper script with comma separated addresses in -to or -cc option. Thanks.

AndresLoGo commented 8 years ago

OK. But the reason because i try to use this way is because the options that you say doesn't work properly as I refer in issue #93

2016-02-25 18:28 GMT+01:00 muquit notifications@github.com:

It is working as designed. When -list option is used, mailsend works like a mailing list, it feeds each address to SMTP server with RCPT TO:address. If you want the addresses to show up, you have to write a wrapper script with comma separated addresses in -to or -cc option. Thanks.

— Reply to this email directly or view it on GitHub https://github.com/muquit/mailsend/issues/92#issuecomment-188891890.

muquit commented 8 years ago

ok. I will look into it soon. Would you run mailsend in verbose mode (-v) while sending the mails? Do you see any error from the SMTP server?

Thanks.

AndresLoGo commented 8 years ago

I`ll try it when I can and send you the results.

Thank for all.

2016-02-26 15:47 GMT+01:00 muquit notifications@github.com:

ok. I will look into it soon. Would you run mailsend in verbose mode (-v) while sending the mails? Do you see any error from the SMTP server?

Thanks.

— Reply to this email directly or view it on GitHub https://github.com/muquit/mailsend/issues/92#issuecomment-189309897.

muquit commented 8 years ago

I tested with smtp.gmail.with with 50 addresses in the file and did not see any issue. Also if you are running mailsend in Windows and if any address has 8 bit characters, it will not work. It's a known bug in Windows version of mailsend.

Thanks.

AndresLoGo commented 8 years ago

Yes. In file the process works OK, in the other issue the test is without file, where is the other issue I report. The bug that you refer can be fixed?

2016-02-29 16:59 GMT+01:00 muquit notifications@github.com:

I tested with smtp.gmail.with with 50 addresses in the file and did not see any issue. Also if you are running mailsend in Windows and if any address has 8 bit characters, it will not work. It's a known bug in Windows version of mailsend.

Thanks.

— Reply to this email directly or view it on GitHub https://github.com/muquit/mailsend/issues/92#issuecomment-190268260.