Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E-mail transmission history is nothing. #172

Open
muzudho opened this issue Feb 12, 2016 · 0 comments
Open

E-mail transmission history is nothing. #172

muzudho opened this issue Feb 12, 2016 · 0 comments

Comments

@muzudho
Copy link

muzudho commented Feb 12, 2016

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. :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant