I get emails from Gmail using PHP and IMAP; however, some emails do not have messageid. Not all messages must have messageid?
I need a unique identifier for the link, so I'm not sure how else to track emails without it.
Am I doing something wrong?
For example, here is the email header I receive
[date] => Sun, 06 Nov 2011 21:21:56 -0500 [subject] => Daylight Saving Time? Chili Saving Time! [to] => -------@gmail.com [message_id] => [from] => ChilisCorp@---.com [sender] => ChilisCorp@----.com [reply_toaddress] => ChilisCorpeclubsupport@---.com [size] => 14385 [msgno] => 156 [status] => Unread
thanks
vitalyp
source share