How to send Email From your Web server with the PHPMailer (SMTP)
How to send Email From your Web server with the PHPMailer (SMTP)
Suggested:
To enable PostgreSQL to work with PHP, you need to install and configure the pgsql module in php.ini
Open wamp do this setting
Then click the Apache config after that click on the php.ini
php.ini file will open then search for pgsql
As you can see from the file above, the pgsql extension is noted. Take the ";" out of the line to uncomment it.
After that restart the Apache
How to send Email From your Web server with the PHPMailer (SMTP)
How to send Email From your Web server with the PHP mail() function
User Registration and Login using CodeIgniter