Welcome Guest, Not a member yet? Register   Sign In
email setup
#1

[eluser]johnmerlino[/eluser]
Hey all,

I have to ask a nontechnical person who runs an office what their smtp settings are, such as the host (don't think it's gmail), port, username, and password. But if I outright ask them for this, they won't know what I am talking about, as they won't know what smtp means. So how should I explain it in order to get the information required to send emails via codeigniter like this:

Code:
$config = Array(
                'protocol' => 'smtp',
                'smtp_host' => 'ssl://smtp.googlemail.com',
                'smtp_port' => 465,
                'smtp_user' => 'xxx',
                'smtp_pass' => 'xxx',
                'mailtype'  => 'html',
                'charset'   => 'iso-8859-1'
            );

Thanks for response


Messages In This Thread
email setup - by El Forum - 06-19-2011, 11:27 AM
email setup - by El Forum - 06-19-2011, 03:51 PM
email setup - by El Forum - 06-19-2011, 07:10 PM
email setup - by El Forum - 06-20-2011, 06:36 AM
email setup - by El Forum - 06-20-2011, 09:51 AM



Theme © iAndrew 2016 - Forum software by © MyBB