Sending emails using Laravel is quite easy. All you need to do is to configure your MAILER service properly. In this simple tutorial I am going to show you two methods to configure your Laravel application to send emails with…
Tag: email
Ideal way to perform email validation in php
I found this email validation function while working in ActiveCollab. By default, this function uses PHP’s inbuilt filter_var function to validate email, which is supported in PHP 5 (> 5.2.0). If version of PHP is older (is less than 5.2.0)…
Adding Subscribe via Email Widget to Blogger
To add a Subscribe via Email Widget to Blogger is easy. In order to be able to add this widget you just need to be good at copy-pasting and should have some knowledge of blogger admin interface. Even if you…