You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactoring Core and added 100% CodeCoverage
For SMTP CodeCoverage support, it was neccesary
to communicate with MailTrapi API to confirm
if mail was acutally send.
Do not require credentials with log driver
When log driver where used, exception where thrown
when user/pass were missing. Since there are not
needed for log driver, this exception won't be thrown
in this case any longer.