I’m creating a standard ‘reply directl to the email’ PHP script using IMAP. It is only going to be used by admin users so doesn’t have to be overly complicated. I have asked them to finish there messages with ‘END’ so I can extract everything before. Just wondered if there possibly was a header in php mail() or some other clever shit that I can do to pre-populate the reply field, with something like ‘END —— Reply above this line ——–‘? It doesn’t have to support every email client but every little helps.
Share
You can send the email in html format and put a link that admins can click to reply to the email, using the mailto feature you can have pre-prepared content in the subject, body, to fields. An example of this: