login systemV.2
1.0.0
A complete PHP login system integrate with PhpMyAdmin and with various email APIs such as PHPMailer, SocketLabs, Mailer, and Laravel Swiftmailer
Note: PHPMailer and SocketLabs work fine on GoDaddy server, but not Laravel Swiftmailer
(Choose the one you want to use)
install PHPMailer: composer require phpmailer/phpmailer
install SocketLabs: composer require socketlabs/email-delivery
install Laravel Swiftmailer: composer require "swiftmailer/swiftmailer:^6.0"
require_once 'PHPMailer.php';
to require_once 'SwiftMailer.php';
or require_once(SocketLabs.php);
or require_once(Mailer.php);
Swift_SmtpTransport('smtp.gmail.com', 465, 'ssl'))
mail()
:
Mailer.php
may not work in some of GoDaddy's server and it is very slow