password reset From: addr

Discussion in 'General' started by Jesse Norell, Nov 4, 2016.

  1. Jesse Norell

    Jesse Norell ISPConfig Developer Staff Member ISPConfig Developer

    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?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  3. Jesse Norell

    Jesse Norell ISPConfig Developer Staff Member ISPConfig Developer

  4. Gabor Kiss

    Gabor Kiss New Member

    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.
     

Share This Page