Open alpipego opened 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.
isset
empty
Would be fixed in https://github.com/hildende/smtp-mailing-queue/pull/3
When sending a test email there is an undefined index, should probably be checked with
isset
orempty
.