Create custom mail header field

梦想的初衷 提交于 2019-12-25 04:55:35

问题


I'm making a program which sends invoices to registered users as PDF attachment. Each invoice is identified by a GUID. In some circumstances I want to be able to find programmatically the GUID from mail without reading PDF file.

Can I use mail header field to include invoice GUID, or it is a bad practice and mail header fields are not for this purpose?


回答1:


It is common practice to use "X-HeaderName" to designate non-standardized headers.



来源:https://stackoverflow.com/questions/2115342/create-custom-mail-header-field

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!