douxian7808 2015-03-17 07:13
浏览 13
已采纳

(php)mail()是否保存“已发送邮件”?

I use mail() in php to send mails.

I don't know much about mail() and I have to send mail without saving mails I sent.

In general mailing service such as gmail, there is "sent" page which displays the mails I sent. (after log in, you can access via here)

It means google saves the mails I sent in db. But does mail() save too?

If it does, how can I do not save?

  • 写回答

3条回答 默认 最新

  • duanhuang4306 2015-03-17 07:21
    关注

    No, the php mail() function contacts directly the configured (possibly local) mail server which then forwards it to the destination. Saving your E-Mails in a sent folder is something that an application (Google Mail, Thunderbird, Outlook) explicitely does for you.

    If you want to save the mail in your google account, you probably need some kind of IMAP library to save the mail or you could send every mail in BCC to your account and create a filter to automatically move them to the sent folder.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥15 MCNP里如何定义多个源?
  • ¥20 双层网络上信息-疾病传播
  • ¥50 paddlepaddle pinn
  • ¥20 idea运行测试代码报错问题
  • ¥15 网络监控:网络故障告警通知
  • ¥15 django项目运行报编码错误
  • ¥15 请问这个是什么意思?
  • ¥15 STM32驱动继电器
  • ¥15 Windows server update services
  • ¥15 关于#c语言#的问题:我现在在做一个墨水屏设计,2.9英寸的小屏怎么换4.2英寸大屏