Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
AndresLoGo opened this issue Feb 25, 2016 · 6 comments

Comments

@AndresLoGo
Copy link

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

@muquit
Copy link
Owner

muquit commented Feb 25, 2016

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
Copy link
Author

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
#92 (comment).

@muquit
Copy link
Owner

muquit commented Feb 26, 2016

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
Copy link
Author

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
#92 (comment).

@muquit
Copy link
Owner

muquit commented Feb 29, 2016

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
Copy link
Author

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
#92 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants