Viewing 9 posts - 1 through 9 (of 9 total)
The topic ‘Submitting Forms’ is closed to new replies.
I wna tto Submit My Forms via smtp-relay.gmail.com using a G-Suit Account.
I tried alot of Seetings but no luck.
Can some one Help me?
$config['useragent'] = 'CodeIgniter';
//$config['protocol'] = 'sendmail';
$config['protocol'] = 'smtp';
// $config['mailpath'] = '';
$config['smtp_host'] = 'ssl://smtp-relay.gmail.com';
$config['smtp_user'] = '[email protected]';
$config['smtp_pass'] = 'SomePass';
$config['smtp_port'] = '465';
//$config['smtp_timeout'] = 5;
// $config['smtp_keepalive'] = FALSE;
$config['smtp_crypto'] = 'ssl';
// $config['wordwrap'] = TRUE;
// $config['wrapchars'] = 76;
$config['mailtype'] = 'html';
// $config['validate'] = FALSE;
// $config['priority'] = 3;
// $config['crlf'] = "\r\n";
//$config['newline'] = "\r\n";
//$config['charset'] = "utf-8";
// $config['bcc_batch_mode'] = FALSE;
// $config['bcc_batch_size'] = 200;
// $config['dsn'] = FALSE;
The topic ‘Submitting Forms’ is closed to new replies.