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

Mail not working in goteo #167

Open
FerRory opened this issue Sep 16, 2015 · 1 comment
Open

Mail not working in goteo #167

FerRory opened this issue Sep 16, 2015 · 1 comment

Comments

@FerRory
Copy link

FerRory commented Sep 16, 2015

Hi everyone,

I am not receiving any mail from goteo. I tried to change the e-mailaddress of an user and do a new investment but never receive a mail. I am using the folllowing settings:

// Mail
define('GOTEO_MAIL_FROM', 'ferrory@domain.com');
define('GOTEO_MAIL_NAME', 'domain.com');
define('GOTEO_MAIL_TYPE', 'mail'); // mail, sendmail or smtp
define('GOTEO_MAIL_SMTP_AUTH', false);
define('GOTEO_MAIL_SMTP_SECURE', 'ssl');
define('GOTEO_MAIL_SMTP_HOST', 'smtp--host');
define('GOTEO_MAIL_SMTP_PORT', '--portnumber--');
define('GOTEO_MAIL_SMTP_USERNAME', 'smtp-usermail');
define('GOTEO_MAIL_SMTP_PASSWORD', 'smtp-password');

// environment: local, beta, real
define("GOTEO_ENV", "real");

The php mail function is working for me.

Does anybody have an idea what is wrong in my configuration?

Thanks in advance

@centaurustech
Copy link

Quetal FerRory, usted hospeda la plataforma en un hosting?.

De ser así, tendrías que completar las demás variables, en mi caso por ejemplo yo utilizo de la siguiente forma:

define('GOTEO_MAIL_FROM', 'info@separte.org');
define('GOTEO_MAIL_NAME', 'Se Parte - Crowdfunding Paraguay');
define('GOTEO_MAIL_TYPE', 'mail');
define('GOTEO_MAIL_SMTP_AUTH', true);
define('GOTEO_MAIL_SMTP_SECURE', 'ssl');
define('GOTEO_MAIL_SMTP_HOST', 'mx3.websitewelcome.com');
define('GOTEO_MAIL_SMTP_PORT', 465);
define('GOTEO_MAIL_SMTP_USERNAME', 'info@separte.org');
define('GOTEO_MAIL_SMTP_PASSWORD', 'contraseñadelacuenta');

Cuando el environment estaba definido en "local", no me enviaba los emails, cuando cambié a "real" ya empezó a enviar sin problema.

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

2 participants