You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I pushed register button for new user from LOG IN page.
I got a activation mail in spam by Gmail. This is ok.
I look E-mail transmission history by Thunderbird and SquirrelMail.
But, E-mail transmission history is nothing.
I want look E-mail transmission history.
It is very strange.
I want how to find the mistake.
Hi.
I am building a GOTEO in rental server.
I pushed register button for new user from LOG IN page.
I got a activation mail in spam by Gmail. This is ok.
I look E-mail transmission history by Thunderbird and SquirrelMail.
But, E-mail transmission history is nothing.
I want look E-mail transmission history.
It is very strange.
I want how to find the mistake.
local-settings.php
// Mail
define('GOTEO_MAIL_FROM' , '[email protected]');
define('GOTEO_MAIL_NAME' , 'warabenture');
define('GOTEO_MAIL_TYPE' , 'smtp');
define('GOTEO_MAIL_SMTP_AUTH' , true);
define('GOTEO_MAIL_SMTP_SECURE' , 'ssl');
define('GOTEO_MAIL_SMTP_HOST' , 'smtp.cf.warabenture.com');
define('GOTEO_MAIL_SMTP_PORT' , '465');
define('GOTEO_MAIL_SMTP_USERNAME' , '[email protected]');
define('GOTEO_MAIL_SMTP_PASSWORD' , '***********'); //secret
define('GOTEO_MAIL' , '[email protected]');
define('GOTEO_CONTACT_MAIL' , '[email protected]');
define('GOTEO_FAIL_MAIL' , '[email protected]');
define('GOTEO_LOG_MAIL' , '[email protected]');
// environment: local, beta, real
define("GOTEO_ENV", "beta");
Please, help me. :-)
The text was updated successfully, but these errors were encountered: