Skip to content

Releases: itmayziii/email

v1.1.2

09 Oct 16:36
207da4b
Compare
Choose a tag to compare

1.1.2 (2023-10-09)

Bug Fixes

  • send/send.go: returning error at every error step instead of nil (#12) (e9b4825)

v1.1.1

06 Oct 15:14
d1f8e64
Compare
Choose a tag to compare

1.1.1 (2023-10-06)

Bug Fixes

  • no angle-addr error: fixed issue where to, cc, and bcc were not … (#10) (6ba5251)

v1.1.0

05 Oct 13:20
b67544e
Compare
Choose a tag to compare

1.1.0 (2023-10-05)

Features

  • cc and bcc: added the ability to (blind) carbon copy by proving "cc" and "bcc" (0d4e18a)

v1.0.0

05 Oct 00:32
55b3520
Compare
Choose a tag to compare

1.0.0 (2023-10-05)

Features

  • domain parsing: now parsing domain from sender + using domain to match appropriate sender (dd67d9e)
  • email templates: option to provide email body or specify a template at a file path (3422816)
  • google cloud build + docs: inital docs added with Astro and starlight (86d6705)
  • initial commit 🚀: cloud function that sends email based on CloudEvent (8b52157)
  • interfaces: using interfaces to make the main parts of this function swappable (cc2d0ab)
  • pub/sub: auto extracting pub sub data when type matches pub sub (a25719a)