contributte / logging

:boom: Universal logging support to Tracy / Nette Framework (@nette)
https://contributte.org/packages/contributte/logging.html
MIT License
20 stars 18 forks source link

Fix SendMailLogger failing when email-sent file doesn't exist #32

Closed voda closed 4 years ago

voda commented 4 years ago

When the file didn't exist (e.g. after a new install/deploy) the mailer would throw an exception and the app would crash.

Also added some tests.

f3l1x commented 4 years ago

👍