Welcome Guest, Not a member yet? Register   Sign In
Help with email - I'm new to CI
#6

[eluser]ChaosKnight[/eluser]
I am upgrading an existing PHP website to CodeIgniter, the host unfortunately only has Windows servers running IIS, but on the previous pages I have managed to send the email from the Contact page quite fast. The mail server only requires normal SMTP authentication, and only allow the outgoing SMTP protocol.

Here is the email.php file located at application/config:
Code:
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
  $config['protocol']='smtp';
  $config['smtp_host']='[host]';
  $config['smtp_user']='[user]';
  $config['smtp_pass']='[pass]';
/* End of Email.php config file */
Once again I have left out the real details, as this is very confidential.

Is there additional settings that I have left out?
The host uses the default port.


Messages In This Thread
Help with email - I'm new to CI - by El Forum - 06-16-2010, 01:56 AM
Help with email - I'm new to CI - by El Forum - 06-16-2010, 02:28 AM
Help with email - I'm new to CI - by El Forum - 06-16-2010, 02:36 AM
Help with email - I'm new to CI - by El Forum - 06-16-2010, 03:24 AM
Help with email - I'm new to CI - by El Forum - 06-16-2010, 03:51 AM
Help with email - I'm new to CI - by El Forum - 06-16-2010, 03:57 AM
Help with email - I'm new to CI - by El Forum - 06-16-2010, 04:21 AM
Help with email - I'm new to CI - by El Forum - 06-16-2010, 04:56 AM
Help with email - I'm new to CI - by El Forum - 08-13-2010, 09:34 AM



Theme © iAndrew 2016 - Forum software by © MyBB