From b191604e231e7043bcf95996127d01fa244787b1 Mon Sep 17 00:00:00 2001 From: Michael Boffey Date: Fri, 7 Mar 2014 14:54:38 +0000 Subject: [PATCH] Updated mail config comments from postmark to mailgun --- app/config/mail.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/mail.php b/app/config/mail.php index a7151a06..30ace8c5 100644 --- a/app/config/mail.php +++ b/app/config/mail.php @@ -24,7 +24,7 @@ | | Here you may provide the host address of the SMTP server used by your | applications. A default option is provided that is compatible with - | the Postmark mail service, which will provide reliable delivery. + | the Mailgun mail service, which will provide reliable delivery. | */ @@ -37,7 +37,7 @@ | | This is the SMTP port used by your application to delivery e-mails to | users of your application. Like the host we have set this value to - | stay compatible with the Postmark e-mail application by default. + | stay compatible with the Mailgun e-mail application by default. | */