|
18 | 18 | 'noFrom' => 'Cannot send mail with no "From" header.',
|
19 | 19 | 'noRecipients' => 'You must include recipients: To, Cc, or Bcc',
|
20 | 20 | 'sendFailurePHPMail' => 'Unable to send email using PHP mail(). Your server might not be configured to send mail using this method.',
|
21 |
| - 'sendFailureSendmail' => 'Unable to send email using PHP Sendmail. Your server might not be configured to send mail using this method.', |
22 |
| - 'sendFailureSmtp' => 'Unable to send email using PHP SMTP. Your server might not be configured to send mail using this method.', |
| 21 | + 'sendFailureSendmail' => 'Unable to send email using Sendmail. Your server might not be configured to send mail using this method.', |
| 22 | + 'sendFailureSmtp' => 'Unable to send email using SMTP. Your server might not be configured to send mail using this method.', |
23 | 23 | 'sent' => 'Your message has been successfully sent using the following protocol: {0}',
|
24 | 24 | 'noSocket' => 'Unable to open a socket to Sendmail. Please check settings.',
|
25 | 25 | 'noHostname' => 'You did not specify a SMTP hostname.',
|
26 | 26 | 'SMTPError' => 'The following SMTP error was encountered: {0}',
|
27 |
| - 'noSMTPAuth' => 'Error: You must assign a SMTP username and password.', |
| 27 | + 'noSMTPAuth' => 'Error: You must assign an SMTP username and password.', |
28 | 28 | 'failedSMTPLogin' => 'Failed to send AUTH LOGIN command. Error: {0}',
|
29 | 29 | 'SMTPAuthUsername' => 'Failed to authenticate username. Error: {0}',
|
30 | 30 | 'SMTPAuthPassword' => 'Failed to authenticate password. Error: {0}',
|
|
0 commit comments