Hi,
I installed current V1.5 on Cloudron, but email notifications doesn't work. The developer refers to email.php that includes on Cloudron this:
$config['useragent'] = 'Easy!Appointments';
$config['protocol'] = 'smtp'; // or 'smtp'
$config['mailtype'] = 'html'; // or 'text'
// $config['smtp_debug'] = '0'; // or '1'
$config['smtp_auth'] = TRUE; //or FALSE for anonymous relay.
$config['smtp_host'] = getenv('CLOUDRON_MAIL_SMTP_SERVER');
$config['smtp_user'] = getenv('CLOUDRON_MAIL_SMTP_USERNAME');
$config['smtp_pass'] = getenv('CLOUDRON_MAIL_SMTP_PASSWORD');
$config['smtp_crypto'] = 'no'; // or 'tls'
$config['smtp_port'] = getenv('CLOUDRON_MAIL_SMTP_PORT');
Which user is the configuration aimed at? The app sets an 'administrator", not a cloudron user.
I installed not on main domain, issues with value of CLOUDRON_MAIL_SMTP_SERVER?
Really no crypto, no tls?
Regards,
Markus