Skip to content

v0.3.2

Compare
Choose a tag to compare
@rich-iannone rich-iannone released this 19 May 16:46
· 38 commits to master since this release
4e8cc16
  • Email content width is now customizable in the blastula_email() and compose_email() functions. The default width is now increased to 1000px (#178).

  • Added the delete_credential_key() and delete_all_credential_keys() functions for better management of credential keys added to the system key-value store by the create_smtp_creds_key() function (#173).

  • Added the creds_envvar() credential helper function, which allows for SMTP password input via an environment variable (#159).

  • Fixed incorrect rendering in Outlook, due to wrong line endings used for quoted-printable encoding (thanks @jdbarillas for identifying the source of the issue in #153).

  • Fixed Unicode issues on Windows (#154).

  • Fixed buggy internal logic for decoding numeric HTML entities that represent non-ASCII characters.