-
Notifications
You must be signed in to change notification settings - Fork 351
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
[Feature] Error simulation to reject messages #165
Comments
Thanks for suggesting this. I think that this is a great idea and will consider it for the future once more basic functionality is out of the way. |
Any further work on this idea? This would be very helpful, and it seems like it wouldn't be too hard to implement. Maybe let the user enter and email addresses and designate the error response it should generate? |
This has been implemented in PR #1377. See |
The idea is having a way to simulate a email that cannot be sent.
We have functionality that display an error message to user if the email was unable to be sent but because we use the smtp4dev has a fake SMTP server, all email will be considered successfully sent and we cannot trigger our feature other than stopping the smtp manually when the Quality Assurance are testing this particular feature.
It would be nice to have a way to put a email address that will trigger an unable to sent email maybe in the appsettings or by cmdline.
The text was updated successfully, but these errors were encountered: