Codeigniter provides many built in helpers and libraries which help us to perform lot of functionality for developing projects. Here a simple email library make us able to send email using our Gmail account living in CI environment.
Similar Posts

Ajax Rating System: Create Simple Ajax Rating System using jQuery AJAX and PHP.
Simply programmed, CSS based stylish Ajax rating system which you can use any where to put a stylish jquery effect based rating system.
PHP Security Attacks: How to prevent these attacks in coding?
Security is major and essential part of any language . If we see PHP then we also need and keep in mind, all security tips and tricks to prevent…
PHP Encrypt/Decrypt: Simple class to encrypt url data
Encryption is useful where critical data is being transferred in url. I have found a simple and secure encryption class with some changes to make it fit for new…
What is php.ini File and Why we use it?
PHP.ini is very useful and it is a configuration file that is used to customize behavior of PHP at runtime. This enables easy administration in the way you administer…
What is Google API and How it works?
Google API is a great set of developer’s tools. These tools make programmers able to perform operations using google API and living within their development framework.
How to Upload files in Codeigniter. A simple way for beginner of CI
Codeigniter has a number of libraries and helpers which you can use for making your code reliable and bugs free. CI provides an extensive library of common usage classes….