We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1792b4 commit 900cad1Copy full SHA for 900cad1
php/email_polling.php
@@ -238,6 +238,7 @@ public function executeTriggerCheck($FIREHALLS) {
238
}
239
240
//$valid_email_trigger = validate_email_sender($FIREHALL, $html, $header);
241
+ $from = null;
242
if($header !== null && !empty($header->from) && $header->from[0]->mailbox !== null) {
243
$from = $header->from[0]->mailbox;
244
0 commit comments