v0.3.2
-
Email content width is now customizable in the
blastula_email()
andcompose_email()
functions. The default width is now increased to 1000px (#178). -
Added the
delete_credential_key()
anddelete_all_credential_keys()
functions for better management of credential keys added to the system key-value store by thecreate_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.