Skip to content

Latest commit

 

History

History
124 lines (62 loc) · 4.67 KB

File metadata and controls

124 lines (62 loc) · 4.67 KB

3.0.3 (2017-10-03)

Bug Fixes

  • mail: use in-memory mail fake (4665cbe)

3.0.2 (2017-09-06)

Features

  • mail: add memory driver and mail fakes (bdc67a6)

3.0.1 (2017-08-26)

Features

  • mail: proxy mailsender methods (01c19c9)

3.0.0 (2017-08-26)

Bug Fixes

  • sender: pass view instance to mail sender (94b20f2)

Features

  • fresh new start (1d57bb6)
  • rewrite for 4.0 (62cecfa)
  • driver: add mailgun driver (99ff8ff)
  • driver: add Ses driver (7d13d9e)
  • driver: add sparkpost driver (76944b5)
  • driver: sparkpost now accepts extras for mail (604650a)
  • driver: write smtp driver (e3d2832)
  • drivers: drivers receives the config via setConfig method (45911a3)
  • instructions: add instructions for adonis install (83cc8d0)
  • message: allow sending driver extras (91430c9)
  • providers: add providers (3e43cde)

2.0.2 (2016-10-11)

Bug Fixes

  • drivers: rename Drivers dir to MailDrivers (fd5d995), closes #5

2.0.1 (2016-09-26)

Bug Fixes

  • driver: Expose mailgun driver (ed29f54)
  • mailgun: add got as a dependency since some drivers are dependent on it (2185c5c), closes #4

Features

  • mail:mailgun: add mailgun driver (3979774)

2.0.0 (2016-06-26)

Features

  • mail:mailgun: add mailgun driver(3979774)

1.0.1 (2016-02-13)

Features

  • mail: rename new to driver (99beca3)

1.0.0 (2016-02-13)

Bug Fixes

  • mail-manager: update view method (4adaef7)

Features

  • initial commit (5907616)
  • baseDriver: add baseDriver to ioc container (6043b1d)
  • baseDriver: implement BaseDriver to be extended by other drivers (0ed0f21)
  • log-driver: add log driver for testing emails (c110987)
  • mail: did initial setup for sending emails (1960720)
  • mail: set multiple views in send method (8efa3ae)
  • mail-manager: add getTransport method (c915a26)
  • mandrill: added mandrill driver (e4b24da)
  • mandrill: implement runtime config (671821d)
  • ses: implemented ses driver (15d00dd)