Welcome Guest, Not a member yet? Register   Sign In
Email mail() problem
#1

[eluser]Kemik[/eluser]
Quote:Unable to send email using PHP mail(). Your server might not be configured to send mail using this method.

From: "CI Base"
Return-Path:
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=utf-8
Content-Transfer-Encoding: 8bit
Activate your account - CI Base
Hello User,

rest of message

My host (resellerzoom) have no idea why CI says mail() isn't working. So I thought I'd best try here.

Code:
$this->load->library('email');

        $this->email->from('[email protected]', 'CI Base');
        $this->email->to($email);
        
        $this->email->subject('Activate your account - CI Base');
        $this->email->message($message);
        
        $this->email->send();
        
        echo $this->email->print_debugger();

sendmail gives an internal server error.


Messages In This Thread
Email mail() problem - by El Forum - 03-17-2008, 01:32 PM
Email mail() problem - by El Forum - 03-17-2008, 06:27 PM
Email mail() problem - by El Forum - 04-18-2008, 07:51 AM
Email mail() problem - by El Forum - 05-10-2008, 04:17 PM
Email mail() problem - by El Forum - 06-27-2008, 05:37 AM
Email mail() problem - by El Forum - 06-27-2008, 06:02 AM
Email mail() problem - by El Forum - 08-13-2008, 09:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB