I'm planning to send mass emails to gmail addresses via PHP mail function. To track email spam complaints i'm trying to setup a feedback loop with PHP but i'm not receiving any response from gmail. I've set header to PHP mail in the following format for PHP mail function:
$headers .= "Feedback-ID: CampaginABC:Customer123:CustomID:MyUniqueSenderID";
What are the best ways to track spam and bounce complaint Data?
Any Help would be greatly appreciated.
Gmail Feedback Loop Source:
https://support.google.com/mail/answer/6254652?hl=en&ref_topic=7279058