Releases: captbrando/pgMail
Releases · captbrando/pgMail
pgMail 1.5
What's Changed
- Main fix is adding UTF-8 encoding support by @captbrando in #14
- Updated README for modern PostgreSQL installations.
- Updated example scripts to remove deprecated opaque return value.
Full Changelog: v1.4...v1.5
pgMail 1.4
v1.4 - pgMail now supports both HTML messaging and MULTIPART MIME messaging. It's backward compatible. If you want to ONLY send HTML, you need to pass an empty string as your 4th argument. But why not just do both plain text & HTML? Thanks to Nicklas Aven for the idea and original patch! I changed his pull request a bit to avoid duplicate code.
pgMail 1.3
pgMail will now add a properly formatted Date header. This was particularly troubling for some Android users. Thanks to Nicklas Aven for the patch!