![]() |
email class problem - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: email class problem (/showthread.php?tid=39317) |
email class problem - El Forum - 03-07-2011 [eluser]Antonius Willson[/eluser] i get some trouble.. this is an error Exit status code: 1 Unable to open a socket to Sendmail. Please check settings. Unable to send email using PHP Sendmail. Your server might not be configured to send mail using this method. User-Agent: CodeIgniter Date: Tue, 8 Mar 2011 05:07:21 +0100 From: "awkawkawk" Return-Path: To: [email protected] Subject: =?iso-8859-1?Q?[EMAIL]_New_request?= Reply-To: "[email protected]" X-Sender: [email protected] X-Mailer: CodeIgniter X-Priority: 3 (Normal) Message-ID: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit blabla this is my email.php code : Code: <?php this is my config email.php code : Code: <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); email class problem - El Forum - 03-08-2011 [eluser]InsiteFX[/eluser] Well if you read the CodeIgniter User Guide you would know that you need to set a port address etc. You need to read the CodeIgniter User Guide! InsiteFX |