This question may be out of topic but I was wondering if there is any setting that removes "message-id" header from the incoming emails on the server?
Currently, I am using the following PHP library to receive read emails using IMAP but for some reason the message id is missing from all emails.
github.com
It may be an error from the PHP library or in my code, and many other reasons but I would like to know for sure if the server could be the reason so I can exclude it from the list.
Are there any settings that could interfere with the email headers in Plesk?
Currently, I am using the following PHP library to receive read emails using IMAP but for some reason the message id is missing from all emails.
GitHub - barbushin/php-imap: Manage mailboxes, filter/get/delete emails in PHP (supports IMAP/POP3/NNTP)
Manage mailboxes, filter/get/delete emails in PHP (supports IMAP/POP3/NNTP) - GitHub - barbushin/php-imap: Manage mailboxes, filter/get/delete emails in PHP (supports IMAP/POP3/NNTP)
It may be an error from the PHP library or in my code, and many other reasons but I would like to know for sure if the server could be the reason so I can exclude it from the list.
Are there any settings that could interfere with the email headers in Plesk?