Cory Boyd

Results 2 issues of 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.