Skip to content

Commit 6a13654

Browse files
authored
remove PHP mail driver
the PHP mail driver is no longer used. It is simply an alias for the sendmail driver. the 'mail' driver will continue to work (for now), we just shouldn't document it to help avoid confusion. with the current wording, the program may think the native PHP `mail()` function is still being used, which it is not.
1 parent 3e6d347 commit 6a13654

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)