PHP-SMTP-Mailer icon indicating copy to clipboard operation
PHP-SMTP-Mailer copied to clipboard

Would be nice without setup_config

Open ttodua opened this issue 5 years ago • 2 comments

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);

ttodua avatar Sep 09 '20 19:09 ttodua

Check out this fork for this feature.

s22-tech avatar May 30 '22 05:05 s22-tech

Check out this fork for this feature.

Would be good if you will PR your fork.

ttodua avatar May 30 '22 10:05 ttodua