function($config) { return new PostmarkDriver($config); }, 'smtp' => function($config) { return new SmtpDriver($config); }, ]; } }