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

[eluser]johnmerlino[/eluser]
Now typically wouldn't the smtp host settings be in the php.ini on the server? So when I pass these configurations, what codeigniter overwrites what's on the php.ini?

I'm also a little confused by all these parameters:

Code:
'protocol' => 'smtp',
                'smtp_host' => 'secure.emailsrvr.com',
                'smtp_port' => 465,
                'smtp_user' => 'xxx',
                'smtp_pass' => 'xxx',
                'mailtype'  => 'html',
                'charset'   => 'iso-8859-1'
            )

why the need for a user name and password, when the php mail() function doesn't require it?

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