Cory Boyd
Cory Boyd
There is a nice hook for handling exceptions raised by blocks registered with `every`, but no such hook for instrumenting the execution of those blocks. What happened for us was...
The client hard-codes the messages endpoint: https://github.com/jorgemanrubia/mailgun_rails/blob/master/lib/mailgun_rails/client.rb#L24 It would be nice to have a switch for changing the underlying endpoint that gets hit through the ActionMailer API somehow.
### Prerequisites - [x] I have verified this issue is present in the `develop` branch - [x] I have searched [open](https://github.com/MonoGame/MonoGame/issues) and [closed](https://github.com/MonoGame/MonoGame/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already...