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
How can I send smtp mail (with gmail or hotmail server)?
How can I send smtp mail (with gmail or hotmail server)?
Hello,I'm Murat. If you need me, you can contact my mail
Re: How can I send smtp mail (with gmail or hotmail server)?
Hi murat,
My current configuration on a WIN platform of the SMTP is on the config.php file option. It work perfectly
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 )
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'] ='************';
If you are on linux you can configure your local MTA to send mail via a relayt host ( gmail or others )
Cercate nel forum le riposte prima di chiedere. Check the forum before posting
---------------
Claudio Anelli
Joint Technologies - Sistemi avanzati per l'information technology
http://www.joint-tech.com
---------------
---------------
Claudio Anelli
Joint Technologies - Sistemi avanzati per l'information technology
http://www.joint-tech.com
---------------
Re: How can I send smtp mail (with gmail or hotmail server)?
thread moved into "installation and configuration" forum
Re: How can I send smtp mail (with gmail or hotmail server)?
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.
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'] ='************';
Hello,I'm Murat. If you need me, you can contact my mail