I just did a password reset email for a client, and the message came through with an empty from address (From: <>), should this not be set? It looks like there is no template for this email, it's built in interface/web/login/password_reset.php: Code: $app->ispcmail->setSender($mail_config['admin_mail'], $mail_config['admin_name']); ... $app->ispcmail->send(array($client['contact_name'] => $client['email'])); And I do have the admin mail address set (under Main Config > Mail). Is there another setting I've overlooked, or is this a bug?
If you have set an admin name and address and it does not work, then please file a bugreport so we can check that for the next release.
Hi, I have the same problem. The password reset confirmation link e-mail is out, without from address, but the new password e-mail is contains the from address correctly.