Page 1 of 1

How can I send smtp mail (with gmail or hotmail server)?

Posted: Thu Dec 12, 2013 12:24 am
by murat
Hi,

I want to use smtp mail for docebo

How can I send smtp mail (with gmail or hotmail server)?

Config file is not working with smtp setting

Re: How can I send smtp mail (with gmail or hotmail server)?

Posted: Thu Dec 12, 2013 11:15 am
by canelli
Hi murat,

My current configuration on a WIN platform of the SMTP is on the config.php file option. It work perfectly

Code: Select all

$cfg['use_smtp'] = 'on';
$cfg['smtp_host'] = 'yoursmtp.yourdomain.com';
$cfg['smtp_user'] ='[email protected];
$cfg['smtp_pwd'] ='************';
The mail system connect to smtp server on port 25 . I remember that I made tests also with gmail , I can not made tests now.

If you are on linux you can configure your local MTA to send mail via a relayt host ( gmail or others )

Re: How can I send smtp mail (with gmail or hotmail server)?

Posted: Thu Dec 12, 2013 5:48 pm
by alberto
thread moved into "installation and configuration" forum

Re: How can I send smtp mail (with gmail or hotmail server)?

Posted: Fri May 16, 2014 12:40 am
by murat
Can you help me for about smtp mail?
Because I can't send new password with smtp gmail - yandex.ru.
My smp setting is as follows.

Code: Select all

Gmail setting;

$cfg['use_smtp'] = 'on';
$cfg['smtp_host'] = 'smtp.gmail.com';
$cfg['smtp_user'] ='[email protected]';
$cfg['smtp_pwd'] ='************';

Yandex setting;

$cfg['use_smtp'] = 'on';
$cfg['smtp_host'] = 'smtp.yandex.ru';
$cfg['smtp_user'] ='[email protected]';
$cfg['smtp_pwd'] ='************';