Changeset 1116247
- Timestamp:
- 03/19/2015 07:00:51 PM (11 years ago)
- File:
-
- 1 edited
-
solidopinion-comments/trunk/lib/smtp.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
solidopinion-comments/trunk/lib/smtp.class.php
r1098406 r1116247 9 9 $this->config['smtp_port'] = 465; 10 10 $this->config['smtp_host'] = 'tls://smtp.gmail.com'; 11 $this->config['smtp_password'] = 'mailersolidopinion ';11 $this->config['smtp_password'] = 'mailersolidopinion1'; 12 12 $this->config['smtp_debug'] = true; 13 13 $this->config['smtp_charset'] = 'utf-8';
Note: See TracChangeset
for help on using the changeset viewer.