meassage_id Header
-
I use “Easy WP SMTP” to send emails with WP
wp_email(), I would like to add into the email’s headers a “message_id” that can be read by the phpimap_headerinfo()function;
I tried to add a standard header"message_id : id\n"in thewp_mail(...,$headers,...), but the function can not read it.
I’m not sure if it’s possible and eventually if I should work on php.int or “Easy WP SMTP”.
Any Idea?
The topic ‘meassage_id Header’ is closed to new replies.