Skip to content

v0.3.4

Compare
Choose a tag to compare
@rich-iannone rich-iannone released this 25 Sep 14:21
· 11 commits to master since this release
143971e
  • 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() with httr::RETRY() when interacting with web APIs (Mailgun and Imgur). (#176, thank you @ataustin for contributing this PR.)