Update SMTP article to account for the phpmailer plugin being in core.

This commit is contained in:
Devops 2024-04-11 14:09:10 -07:00
parent 3b85b052ad
commit 831ef6f44e

View file

@ -14,12 +14,7 @@ Note, in many cases this must be the same as the authenticated user email config
![Streams site settings](/doc/admin/en/images/site-settings.webp "Streams site settings")
## Step 2: Enable PHPMAILER
Navigate to the Streams root folder on the command line. Then enable the PHPMAILER plugin using this command:
```
./util/addons install phpmailer
```
## Step 3: Configure PHPMAILER
## Step 2: Configure PHPMAILER
The configuration depends on the SMTP service you are using. Here is a basic example:
<pre>// PHPMailer addon