Welcome Guest, Not a member yet? Register   Sign In
How do I get email to work with Code Igniter and XAMPP?
#3

[eluser]Derek Allard[/eluser]
Try this Jay. Before you send out an email try configuring with your ISP's information.

Code:
$config['protocol'] = 'smtp';
$config['smtp_host'] = 'smtp1.isp.ca';
$config['smtp_user'] = 'username';
$config['smtp_pass'] = 'password';
$config['smtp_port'] = '25';

This will obviously depend on if your host allows this, and a few other things... but if you can send email via Thunderbird, then you can send email via localhost, properly configured.


Messages In This Thread
How do I get email to work with Code Igniter and XAMPP? - by El Forum - 01-19-2008, 09:57 AM
How do I get email to work with Code Igniter and XAMPP? - by El Forum - 01-19-2008, 10:57 AM
How do I get email to work with Code Igniter and XAMPP? - by El Forum - 01-19-2008, 11:57 AM
How do I get email to work with Code Igniter and XAMPP? - by El Forum - 01-19-2008, 01:04 PM
How do I get email to work with Code Igniter and XAMPP? - by El Forum - 01-19-2008, 01:26 PM
How do I get email to work with Code Igniter and XAMPP? - by El Forum - 01-19-2008, 04:37 PM



Theme © iAndrew 2016 - Forum software by © MyBB