Skip to content

Commit a3d4679

Browse files
authored
[6.0] Deprecate unused phpmailer language string (#46294)
This string has never existed in phpmailer and the phpmailer code stopped referencing it in 2013 PHPMailer/PHPMailer#18
1 parent 2802ee9 commit a3d4679

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

administrator/language/en-GB/joomla.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -926,6 +926,7 @@ PHPMAILER_RECIPIENTS_FAILED="SMTP Error! The following recipients failed: "
926926
PHPMAILER_SIGNING_ERROR="Signing error: "
927927
PHPMAILER_SMTP_CONNECT_FAILED="SMTP connect failed"
928928
PHPMAILER_SMTP_ERROR="SMTP server error: "
929+
; Deprecated, will be removed with 7.0
929930
PHPMAILER_TLS="Could not start TLS"
930931
PHPMAILER_VARIABLE_SET="Can't set or reset variable: "
931932

api/language/en-GB/joomla.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,7 @@ PHPMAILER_RECIPIENTS_FAILED="SMTP Error! The following recipients failed: "
915915
PHPMAILER_SIGNING_ERROR="Signing error: "
916916
PHPMAILER_SMTP_CONNECT_FAILED="SMTP connect failed"
917917
PHPMAILER_SMTP_ERROR="SMTP server error: "
918+
; Deprecated, will be removed with 7.0
918919
PHPMAILER_TLS="Could not start TLS"
919920
PHPMAILER_VARIABLE_SET="Can't set or reset variable: "
920921

language/en-GB/joomla.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,7 @@ PHPMAILER_RECIPIENTS_FAILED="SMTP Error! The following recipients failed: "
495495
PHPMAILER_SIGNING_ERROR="Signing error: "
496496
PHPMAILER_SMTP_CONNECT_FAILED="SMTP connect failed"
497497
PHPMAILER_SMTP_ERROR="SMTP server error: "
498+
; Deprecated, will be removed with 7.0
498499
PHPMAILER_TLS="Could not start TLS"
499500
PHPMAILER_VARIABLE_SET="Can't set or reset variable: "
500501

0 commit comments

Comments
 (0)