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

Install and configure FormaLMS and DoceboCE
Post Reply
User avatar
murat
FormaLms User
Posts: 114
Joined: Fri Oct 12, 2012 6:28 pm
Version: forma.lms 2.0

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

Post 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
Hello,I'm Murat. If you need me, you can contact my mail
User avatar
canelli
FormaLms Guru
Posts: 496
Joined: Thu Nov 08, 2012 12:21 pm
Version: forma.lms 2.0
Contact:

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

Post 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 )
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
---------------
User avatar
alberto
FormaLms Guru
Posts: 1155
Joined: Fri Mar 02, 2012 9:18 am
Contact:

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

Post by alberto »

thread moved into "installation and configuration" forum
User avatar
murat
FormaLms User
Posts: 114
Joined: Fri Oct 12, 2012 6:28 pm
Version: forma.lms 2.0

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

Post 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'] ='************';

Hello,I'm Murat. If you need me, you can contact my mail
Post Reply