创建自定义邮件标头字段
我正在制作一个程序,将发票作为 PDF 附件发送给注册用户。每张发票均由 GUID 标识。在某些情况下,我希望能够以编程方式从邮件中查找 GUID,而无需阅读 PDF 文件。
我可以使用邮件标头字段来包含发票 GUID,还是这是一个不好的做法,并且邮件标头字段不适用于此目的?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通常的做法是使用“X-HeaderName”来指定非标准化标头。
It is common practice to use "X-HeaderName" to designate non-standardized headers.