MyBB Community Forums

Full Version: SMTP not working ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: 3333.png]
Is your login to the SMTP server correct? Because that's saying it isn't.
(2013-10-18, 09:19 AM)Ben Cousins Wrote: [ -> ]Is your login to the SMTP server correct? Because that's saying it isn't.

Nothing wrong with my password because that is the password i use since using smtp.
(2013-10-18, 09:23 AM)gamemaster Wrote: [ -> ]
(2013-10-18, 09:19 AM)Ben Cousins Wrote: [ -> ]Is your login to the SMTP server correct? Because that's saying it isn't.

Nothing wrong with my password because that is the password i use since using smtp.

have you double checked the password ??? the upgrade process may have altered the under lying table .... to do this delete ../inc/settings.php ... mybb will regenerate settings.php from the database edit it and just check the smpt settings
example :-
$settings['secure_smtp'] = "0";
$settings['smtp_host'] = "xxxx";
$settings['smtp_pass'] = "";
$settings['smtp_port'] = "";
$settings['smtp_user'] = "";
(2013-10-18, 08:49 PM)JimR Wrote: [ -> ]
(2013-10-18, 09:23 AM)gamemaster Wrote: [ -> ]
(2013-10-18, 09:19 AM)Ben Cousins Wrote: [ -> ]Is your login to the SMTP server correct? Because that's saying it isn't.

Nothing wrong with my password because that is the password i use since using smtp.

have you double checked the password ??? the upgrade process may have altered the under lying table .... to do this delete ../inc/settings.php ... mybb will regenerate settings.php from the database edit it and just check the smpt settings
example :-
$settings['secure_smtp'] = "0";
$settings['smtp_host'] = "xxxx";
$settings['smtp_pass'] = "";
$settings['smtp_port'] = "";
$settings['smtp_user'] = "";

is it safe to delete the settings.php ??