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 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:
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
The text was updated successfully, but these errors were encountered: