Anyone said about smtp server

Results 1 to 5 of 5
  1. #1
    Apprentice zirblack is offline
    MemberRank
    Dec 2013 Join Date
    Buenos Aires, ALocation
    11Posts

    angry Anyone said about smtp server

    My ownn team starts in beta mode but today got an annoying error

    the server doest send the email for confirmation of the account

    we already have account with stmp and still be trying defferent configurations but doesnt has a solution of the error

    Somebody has one idea or said about that??

    I'll be waiting for answer and thank you


  2. #2
    Apprentice ianborla is offline
    MemberRank
    Jan 2014 Join Date
    15Posts

    Re: Anyone said about smtp server

    it's easy, if you're using phpmailer, make sure it's the updated one, and also if you're using gmail as your smtp server, make sure that you have set the settings of your gmail account into public, so you're code can connect to gmail at any time.

    try to change the settings of displaying of error into 1, then you'll see what's messing up with sending email function :) good luck!

  3. #3
    Apprentice zirblack is offline
    MemberRank
    Dec 2013 Join Date
    Buenos Aires, ALocation
    11Posts

    Re: Anyone said about smtp server

    The page of the register shows has been sended thats mean the configuration of mail and the function off both are correctly buth sometimes is wrong because the mail never come to mail of the user

  4. #4
    Ronin Dev John is offline
    MemberRank
    Mar 2011 Join Date
    /dev/nullLocation
    382Posts

    Re: Anyone said about smtp server

    You can use mail() function, if server are supported.

  5. #5
    Apprentice ianborla is offline
    MemberRank
    Jan 2014 Join Date
    15Posts

    Re: Anyone said about smtp server

    Alright, if this happens rarely, it only means that the receivers sometimes blocked the email that your website is sending, or it is considered as spam, the only way to provide resolution on your problem is to create a php code that you can manually activate user's account instead of you doing it on ms sql server with a query :)



Advertisement