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

multiple destination addreses #48

Closed
borjaevo opened this issue Nov 2, 2023 · 3 comments
Closed

multiple destination addreses #48

borjaevo opened this issue Nov 2, 2023 · 3 comments

Comments

@borjaevo
Copy link

borjaevo commented Nov 2, 2023

Hello, i tried to add more than one address into the EMAILTO var but its not working. I tried to do a workaround cloning vee-mail.sh and vee-mail.config and changing the EMAILTO var for the second script. Next, i create a script "main" to execute both .sh sequentially like:
vee-mail.sh && vee-mail2.sh
this works sometimes and sometimes not. And don't know why. Any ideas?

@grufocom
Copy link
Owner

grufocom commented Nov 3, 2023

Hi, you could try to modify the vee-mail.sh script and add your second mail address with the "--mail-rcpt" command line parameter of curl to the line startet with "$CURL" at the end of the script.

@grufocom grufocom closed this as completed Nov 7, 2023
@borjaevo
Copy link
Author

borjaevo commented Nov 7, 2023

Hi, you could try to modify the vee-mail.sh script and add your second mail address with the "--mail-rcpt" command line parameter of curl to the line startet with "$CURL" at the end of the script.

This worked well :)

@grufocom
Copy link
Owner

grufocom commented Nov 7, 2023

Thank you for your feedback!
In a future version I will include that feature to add more than one email address.

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