Mail SMTP Request Password reset

Swean

New Member
Jul 18, 2011
1
0
Hi Guys,

I'm having problems setting up my mail server for Requesting a Password reset.

$email['mailServerHost'] = 'mail.nie.nu';
$email['mailServerPort'] = 587;
$email['SMTPSecure'] = 'TLS';
$email['mailUsername'] = '[email protected]';
$email['mailPassword'] = 'ThePassword';
$email['mailLogo'] = '
$email['mailTemplate'] = '/system/app/plugins/PHPmailer/temp/resetpassword.html';

I'm getting this message:
You must be registered for see images attach


However I DO recieve the mail. But it does not work: "This code does not exist or has already been used!"

I anyone could help me out that be awesome.

Thanks in advance,
-Swean
Post automatically merged:

- $email['mailTemplate'] = '/system/app/plugins/PHPmailer/temp/resetpassword.html';
+ $email['mailTemplate'] = '
Has no effect. This break the code and will not send the email at all :)
 
Last edited:

Users who are viewing this thread

Top