smtp setting
Php
code posted
by
deven
created at 28 Oct 11:07
Edit
|
Back
1 2 3 4 5 6 7 |
<?php $config['protocol']='smtp'; $config['smtp_host']='ssl://smtp.googlemail.com'; $config['smtp_port']='465'; $config['smtp_user']='Your gmail user name '; $config['smtp_pass']='your password'; ?> |
207 Bytes in 2 ms with coderay