-
Apprentice
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
-
-
Apprentice
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!
-
Apprentice
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
-
Ronin Dev
Re: Anyone said about smtp server
You can use mail() function, if server are supported.
-
Apprentice
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 :)