CodeIgniter how to send messages and print debug information, CodeIgniter send a message _php tutorial

Source: Internet
Author: User
Tags codeigniter

CodeIgniter send a message and print debug information codeigniter send a message


The examples in this article describe how CodeIgniter sends messages and prints debugging information. Share to everyone for your reference. Specific as follows:

The CodeIgniter code here implements the ability to send messages and print debugging information, sending messages using CodeIgniter's own mail sending library.

$this->load->library (' email '); $this->email->from (' you@example. com ', ' Your Name '); $this->email- >to (' someone@example. com '); $this->email->cc (' Another@person. com '); $this->email->bcc (' Theboss@example. com '), $this->email->subject (' email Test '), $this->email->message (' This was a simple Test we wrote for the E Mail '); $this->email->send (); Echo $this->email->print_debugger ();

I hope this article is helpful to everyone based on CodeIgniter PHP program design.

http://www.bkjia.com/PHPjc/970970.html www.bkjia.com true http://www.bkjia.com/PHPjc/970970.html techarticle CodeIgniter send a message and print debug information codeigniter send a message This article describes a method that CodeIgniter sends a message and prints debug information. Share for everyone to join us ...

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.