Skip to content

Releases: adonisjs/mail

Introduce mailConfig method to define the mail config

18 May 05:54
Compare
Choose a tag to compare

The method will allow us to infer the types from the config vs defining it manually.

Commits

  • feat: add mailConfig method to infer types from user defined config 7cd6313

Full Changelog: v8.0.1...v8.1.0

Remove traps in favor of fakes

11 Apr 18:15
Compare
Choose a tag to compare

Post this release, the Mail.trap method has been removed in favor of Mail.fake.

Commits

  • test: fix breaking tests b2e0643
  • test: remove "trap" calls 6f2e501
  • feat: add support for faking emails 28a8d8f
  • refactor: rename bin to .bin 4429e9a
  • refactor: migrate to new japa fd59260

PRs

New Contributors

Full Changelog: v7.2.5...v8.0.0

Update dependencies

27 Feb 08:09
Compare
Choose a tag to compare
  • chore: do not run tests when publishing to npm c5bf1a3
  • test: assert mailgun tags in any order 2d03a55
  • refactor: reorganize meta config 0e33992
  • chore: update dependencies 17b0bb8

Full Changelog: v7.2.4...v7.2.5

update dependencies

29 Aug 06:31
Compare
Choose a tag to compare
  • chore: update dependencies c3d223b
  • docs(README): update docs and website url (#70) 72630a6

v7.2.3...v7.2.4

Update dependencies

23 Jul 07:33
Compare
Choose a tag to compare
  • chore: update dependencies e53563e
  • chore: update dependencies 2fa9758

v7.2.2...v7.2.3

Fix mailgun missing cc and bcc recipients error

03 Jul 16:31
Compare
Choose a tag to compare
  • fix: ts error post upgrading @types/node package 563d816
  • chore: update dependencies a0581f0
  • fix: forward all recipients to mailgun under to field ad97849

v7.2.1...v7.2.2

update dependencies

13 Jun 16:31
Compare
Choose a tag to compare
  • chore: update dependencies 0e506ab

v7.2.0...v7.2.1

Adding support for ical events

02 Jun 14:05
Compare
Choose a tag to compare
  • feat: add support for generating events via ical-generator 84603cc
  • feat: add support for defining ical events a558352
  • style: format source files accf5de
  • ci: use github actions and remove circleci 7538540
  • chore: update dependencies 367e700

v7.1.1...v7.2.0

update dependencies

05 May 11:18
Compare
Choose a tag to compare
  • chore: update dependencies 933bb5d

v7.1.0...v7.1.1

Make options in attach and embed methods optional

25 Apr 12:57
Compare
Choose a tag to compare
  • refactor: make options optional for attach and embed methods 82d9571
  • chore: update dependencies 6fa292a

v7.0.0...v7.1.0