我正在实现一些代码,以使用phpmailer
发送eml文件。
当我将mime_type
用于rfc / 822的eml附件时,它在Gmail中打开,但在Outlook中未打开。如果我将mime_type
更改为application/octet-stream
,它将在Outlook中打开,但不在Gmail中打开。
application/octet-stream -> gmail(not working) outlook(working)
application/vnd.ms-outlook -> gmail(not working) outlook(working)
application/CDFV2-encrypted -> gmail(not working) outlook(working)
message/rfc822 -> gmail(working) outlook(not working)