havok89 / Hoosk

Hoosk Codeigniter CMS
http://hoosk.org
Other
128 stars 87 forks source link

Mail Smtp #32

Open tambilir opened 7 years ago

tambilir commented 7 years ago

Hi, How to make mail smtp settings? System > Libraries > email.php I am editing, not working.

public $mailpath = '/usr/sbin/smtp'; // Sendmail path public $protocol = 'smtp'; public $smtp_host = 'smtp.sitehost.com'; public $smtp_user = 'mymail@sitehost.com'; public $smtp_pass = 'mypass'; public $smtp_port = 465; public $smtp_timeout = 5; public $smtp_crypto = 'ssl';

Can you tell me about gmail or others? Thanks.