LSMailer is a modern and efficient library to send emails using SMTP driver. It can be use in simple projects, where there is a need for a simple way to send emails (as in contact forms, polls, etc). It’s very easy to use, just one file to include and a SMTP account set up. Check the documentation to see how easy is to pass the configuration data to the class. It has very intuitive methods, as to(), cc(), bcc(), send(). More than that, t...
Email Verify is a PHP script that allows you to verify email addresses without storing anything in any databases. It will send users an email requiring them to click a link to verify their email before their email is added to whatever you want to add it to. Email Verify uses secure SHA512 hashing validate email addresses meaning users cannot simply hotlink to the verification page and you can easily customise this script to work with your e...