[SOLVED] Email Not sending to users when pass reset.

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Fosco
TestLink user
Posts: 4
Joined: Thu Dec 30, 2010 1:11 pm

Re: [SOLVED] Email Not sending to users when pass reset.

Post by Fosco »

I got the attached fix on mantis 4131 and applied in my TestLink instalation.
In config.inc.php I configured as that:

Code: Select all

    /* [SMTP] */

    $g_smtp_host        = 'smtp.mailserver.com.br:587';  # SMTP server MUST BE configured

    # Configure using custom_config.inc.php
    $g_tl_admin_email     = 'mail@mailsever.com.br'; # for problem/error notification
    $g_from_email         = 'mail@mailserver.com.br';  # email sender
    $g_return_path_email  = 'mail@mailserver.com.br';

    /** Configure only if SMTP server requires authentication */
    $g_smtp_username    = 'mail@mailserver.com.br';  # user
    $g_smtp_password    = 'password';  # password
Now is working perfectly!
Thanks!
Madalyn
TestLink user
Posts: 2
Joined: Thu Feb 10, 2011 6:23 am

Re: [SOLVED] Email Not sending to users when pass reset.

Post by Madalyn »

Well, try to check the SMTP connection maybe there are some invalid setting. Then also try to check it out the port connection likes the 465 and if I will not wrong 587. Maybe it needed to change the port connection of your computer.
My Sports Email
Post Reply