Skip to content

Releases: thecampagnards/mailer-api

1.8

25 Apr 15:04
638ee0a

Choose a tag to compare

  • Update dependencies
  • Fix go template when variable is missing

1.7

07 Feb 08:41

Choose a tag to compare

1.7
  • Template, layout and smtp conf can now be updated via the API
  • You can use templateURL and layoutURL to have the template hosted somewhere else

1.6

31 Jan 09:44

Choose a tag to compare

1.6
  • Fix markdown issue now use {{ "# my text" | markdown }}
  • Add Layout support
  • Add yaml request support

1.5

29 Jan 16:04

Choose a tag to compare

1.5
  • Add markdown support in mail template

1.4

02 Oct 17:32

Choose a tag to compare

1.4
  • Fixed: create the temporary directory if it does not exist when you save the attached files

1.3

02 Oct 07:26

Choose a tag to compare

1.3
  • to is now not mandatory during the mail sending

1.2

01 Oct 20:47

Choose a tag to compare

1.2
  • Add the possibility to attach files to the mail
  • Add the possibilty to use go template in subject

1.1

21 Sep 07:27

Choose a tag to compare

1.1
  • Ability to add more information in your json template, like template variables to retrieve it more easily and add a description
  • Add mail template link to README

1.0

20 Sep 18:46

Choose a tag to compare

1.0

Start of the project