confirmation email sent twice with diferent time zone one utc-3 y other utc-5

11 views
Skip to first unread message

Juan Carlos Carreras

unread,
Apr 7, 2026, 2:39:36 AM (2 days ago) Apr 7
to Easy!Appointments - Support Group
i am using a relay smtp server supplied by brevo.
my settings
$config['useragent'] = 'CodeIgniter'; //or 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'] = 'smtp-relay.brevo.com';
$config['smtp_user'] = 'xx...@smtp-brevo.com';
$config['smtp_pass'] = 'xxxxxx-0';
$config['smtp_crypto'] = 'tls'; // or 'tls'
$config['smtp_port'] = 587;
$config['from_name'] = 'centro de jubilados';
$config['from_address'] = 'carreras....@gmail.com';
$config['reply_to'] = 'carreras....@gmail.com';
$config['crlf'] = "\r\n";
$config['newline'] = "\r\n";


any idea?

Alex Tselegidis

unread,
Apr 7, 2026, 4:16:05 AM (2 days ago) Apr 7
to Easy!Appointments - Support Group
Hello!

Here is a helpful guide on how to troubleshoot email problems. 


--



Alex Tselegidis, Easy!Appointments Creator

Go Premium: Custom Dev, Hosting, Support, Rebrand & more →


Reply all
Reply to author
Forward
0 new messages