Skip to content

Releases: captbrando/pgMail

pgMail 1.5

10 Dec 15:15
8dd6f62

Choose a tag to compare

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

16 Nov 14:56
ec75bdf

Choose a tag to compare

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

13 Nov 22:41

Choose a tag to compare

pgMail will now add a properly formatted Date header. This was particularly troubling for some Android users. Thanks to Nicklas Aven for the patch!