Skip to content

Releases: shipyardapp/email-blueprints

v0.1.5

17 Oct 17:26
42e5a74
Compare
Choose a tag to compare

Ensure send method is always lowercase

v0.1.4

07 Mar 20:26
278577f
Compare
Choose a tag to compare
  • New functionality includes the ability dynamically read the contents of a file into the body of an email. To do so, use the special syntax {{text:file_name.txt}} in the message of the email to have the contents of the file directly read in.

v0.1.3

28 Jul 00:17
f9fbe9a
Compare
Choose a tag to compare
  • Refactored to use shipyard-utils
  • Include logic for zipping files if they're too large to attach.

Allow Removal of Shipyard Footer

26 Oct 14:23
9c996ab
Compare
Choose a tag to compare
Merge pull request #4 from shipyardapp/remove-shipyard-footer

Update logic to allow exclusion of Shipyard footer.

Conditional Emails + Explicit Login Info

06 Apr 20:13
bb8a5cd
Compare
Choose a tag to compare

Includes functionality to:

  • Send emails conditionally, based on the presence of a file.
  • Explicit username/login combos to service tools like sendgrid where the username <> sender email.

v0.1.0

31 Aug 17:11
08998ee
Compare
Choose a tag to compare
Create __init__.py