Skip to content

Commit 27fc469

Browse files
committed
comment: add depreceation comment for failedSMTPLogin email error message
1 parent d930dec commit 27fc469

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

system/Language/en/Email.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@
2929
'noSMTPAuth' => 'Error: You must assign an SMTP username and password.',
3030
'invalidSMTPAuthMethod' => 'Error: SMTP authorization method "{0}" is not supported in codeigniter, set either "login" or "plain" authorization method',
3131
'failureSMTPAuthMethod' => 'Unable to initiate AUTH command. Your server might not be configured to use AUTH {0} authentication method.',
32-
'failedSMTPLogin' => 'Failed to send AUTH LOGIN command. Error: {0}',
3332
'SMTPAuthCredentials' => 'Failed to authenticate user credentials. Error: {0}',
3433
'SMTPAuthUsername' => 'Failed to authenticate username. Error: {0}',
3534
'SMTPAuthPassword' => 'Failed to authenticate password. Error: {0}',
3635
'SMTPDataFailure' => 'Unable to send data: {0}',
3736
'exitStatus' => 'Exit status code: {0}',
37+
// @deprecated
38+
'failedSMTPLogin' => 'Failed to send AUTH LOGIN command. Error: {0}',
3839
];

0 commit comments

Comments
 (0)