B2O password recover error

Results 1 to 5 of 5
  1. #1
    num num num <3 rootbeer daniel131605 is offline
    MemberRank
    Jul 2008 Join Date
    New YorkLocation
    573Posts

    B2O password recover error



  2. #2
    Member Miguelbkn is offline
    MemberRank
    Feb 2010 Join Date
    Santiago, ChileLocation
    95Posts

    Re: B2O password recover error

    Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port"
    Check the errors first before post...

  3. #3
    num num num <3 rootbeer daniel131605 is offline
    MemberRank
    Jul 2008 Join Date
    New YorkLocation
    573Posts

    Re: B2O password recover error

    i know, i don't understand it... :/

  4. #4
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: B2O password recover error

    It did not get any response from port 25 which is for SMTP usually. Basically, you need to edit the php.ini configurations and install an SMTP server. google, yo.

  5. #5
    num num num <3 rootbeer daniel131605 is offline
    MemberRank
    Jul 2008 Join Date
    New YorkLocation
    573Posts

    Re: B2O password recover error

    i looked up the smtp server thing and i did my email and shit but this is my php.ini idk if i set it right

    ;extension=php_smtp.dll

    to

    extension=php_smtp.dll


    [mail function]
    ; For Win32 only.
    SMTP = localhost
    smtp_port = 25

    ; For Win32 only.
    sendmail_from = gavlincross@hotmail.com

    ; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
    ;sendmail_path = "C:\xampp\sendmail\sendmail.exe -t"

    ; Force the addition of the specified parameters to be passed as extra parameters
    ; to the sendmail binary. These parameters will always replace the value of
    ; the 5th parameter to mail(), even in safe mode.
    ;mail.force_extra_parameters =
    i used the tutorial on this website Transactional Email | SMTP Server and Transactional Emails API i didn't what it showed me to do



Advertisement