Skip to content

Commit 43601ad

Browse files
authored
Merge pull request #4833 from browner12/patch-1
[5.7] remove PHP mail driver
2 parents 3e6d347 + 6a13654 commit 43601ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<a name="introduction"></a>
2626
## Introduction
2727

28-
Laravel provides a clean, simple API over the popular [SwiftMailer](https://swiftmailer.symfony.com/) library with drivers for SMTP, Mailgun, SparkPost, Amazon SES, PHP's `mail` function, and `sendmail`, allowing you to quickly get started sending mail through a local or cloud based service of your choice.
28+
Laravel provides a clean, simple API over the popular [SwiftMailer](https://swiftmailer.symfony.com/) library with drivers for SMTP, Mailgun, SparkPost, Amazon SES, and `sendmail`, allowing you to quickly get started sending mail through a local or cloud based service of your choice.
2929

3030
<a name="driver-prerequisites"></a>
3131
### Driver Prerequisites

0 commit comments

Comments
 (0)