Welcome Guest, Not a member yet? Register   Sign In
Password reset not working, form submission not working; Email not working
#3

yes, debugging will help. Also, you can talk to you hosting provider or check your Cpanel for email settings. For example,
Code:
$config['smtp_host'] = 'mydomainnamehost.com';
 
must be

Code:
$config['smtp_host'] = 'mail.mywebsite.com';

for the providers I work with.
Reply


Messages In This Thread
RE: Password reset not working, form submission not working; Email not working - by demyr - 12-31-2018, 06:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB