otterandrye/mailgun_v3

Add support for async/await

pfrenssen opened this issue · 0 comments

Currently the requests are being sent using reqwest::blocking::Client which uses blocking I/O. It would be great if we could have an alternative for async applications.