hildende / smtp-mailing-queue

WordPress plugin - Add emails to a mailing queue instead of sending immediately to speed up sending forms for the website visitor and lower server load.
GNU General Public License v2.0
13 stars 6 forks source link

PHP Notice: Undefined index: dont_wait #5

Open alpipego opened 7 years ago

alpipego commented 7 years ago
Error
----------------
PHP Notice: Undefined index: dont_wait

Location
----------------
smtp-mailing-queue/classes/SMTPMailingQueueTools.php:207 - SMTPMailingQueueTools::sendTestMail

When sending a test email there is an undefined index, should probably be checked with isset or empty.

alpipego commented 7 years ago

Would be fixed in https://github.com/hildende/smtp-mailing-queue/pull/3