From 2818f8e9ed5e8853e33636ac8efe09e2a4161618 Mon Sep 17 00:00:00 2001 From: alecpl Date: Mon, 6 Jul 2009 09:13:10 +0000 Subject: - Show SMTP errors in browser (#1485927) --- program/localization/en_US/messages.inc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'program/localization/en_US/messages.inc') diff --git a/program/localization/en_US/messages.inc b/program/localization/en_US/messages.inc index ed233b1eb..fa0b30711 100644 --- a/program/localization/en_US/messages.inc +++ b/program/localization/en_US/messages.inc @@ -97,5 +97,11 @@ $messages['opnotpermitted'] = 'Operation not permitted!'; $messages['nofromaddress'] = 'Missing e-mail address in selected identity'; $messages['editorwarning'] = 'Switching to the plain text editor will cause all text formatting to be lost. Do you wish to continue?'; $messages['httpreceivedencrypterror'] = 'A fatal configuration error occurred. Contact your administrator immediately. Your message can not be sent.'; +$messages['smtpconnerror'] = 'SMTP Error ($code): Connection to server failed'; +$messages['smtpautherror'] = 'SMTP Error ($code): Authentication failed'; +$messages['smtpfromerror'] = 'SMTP Error ($code): Failed to set sender "$from"'; +$messages['smtptoerror'] = 'SMTP Error ($code): Failed to add recipient "$to"'; +$messages['smtprecipientserror'] = 'SMTP Error: Unable to parse recipients list'; +$messages['smtperror'] = 'SMTP Error: $msg'; ?> -- cgit v1.2.3