v0.3.4
-
Modified tests to remove specific cases that no longer work in newer versions of R. (#310)
-
Fixed a problem where non-ASCII subject lines wouldn't render correctly on the Windows platform when using
smtp_send()
(#241). (#242, thanks @shrektan!) -
We replaced
httr::POST()
withhttr::RETRY()
when interacting with web APIs (Mailgun and Imgur). (#176, thank you @ataustin for contributing this PR.)