PHP-SMTP-Mailer
PHP-SMTP-Mailer copied to clipboard
Would be nice without setup_config
We use in very dynamical way, so setup-config or saving any variables on server is quite unusual and unacceptable for us. Is there any example of implementation simply without using any setup-configs?
so, like:
$my = new SMTPMailer("[email protected]", "pass123", "smtp.gmail.com", 587);
Check out this fork for this feature.