We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I tried this way but no emails were sent, is there a way to send it to multiple recipients?
{ "Name": "CustomEmail", "Args": { "ConnectionInfo": { "NetworkCredentials": { "UserName": "[email protected]", "Password": "1234" }, "FromEmail": "[email protected]", "MailServer": "smtp.gmail.com", "EmailSubject": "[{Level}] Multiple Requests", "Port": "465", "IsBodyHtml": false, "EnableSsl": true, "ToEmail": "[email protected]; [email protected]", "RestrictedToMinimumLevel": "Error", "OutputTemplate": "{Timestamp:yyyy-MM-dd HH:mm} [{Level}] {Message}{NewLine}{Exception}" } } }
The text was updated successfully, but these errors were encountered:
Those configurations below did not help either. (Using 2.4 version)
`"ToEmail": "[email protected]; [email protected]"
"ToEmail": "[email protected], [email protected]"`
Sorry, something went wrong.
I think you may need to remove the spaces after the commas/semicolons. This looks like a bug, would be great to confirm.
No branches or pull requests
Hi,
I tried this way but no emails were sent, is there a way to send it to multiple recipients?
The text was updated successfully, but these errors were encountered: