From 831ef6f44efd0acdf09a7b7983e875c056090c10 Mon Sep 17 00:00:00 2001 From: Devops Date: Thu, 11 Apr 2024 14:09:10 -0700 Subject: [PATCH] Update SMTP article to account for the phpmailer plugin being in core. --- doc/admin/en/SMTP.mc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/doc/admin/en/SMTP.mc b/doc/admin/en/SMTP.mc index f096f4fb8..1ee505518 100644 --- a/doc/admin/en/SMTP.mc +++ b/doc/admin/en/SMTP.mc @@ -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:
// PHPMailer addon