本文介绍了邮件没有附件发送的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有这个代码,工作,但邮件发送没有附件。附件
in / files目录。



解决方案

脚本未附加文件。正确的方法是在这里:



只需在脚本中实现此功能即可。


I have this code, working it but mail is sent without attachment. Attachmentsin /files directory.

http://www.hawkee.com/snippet/1273/

解决方案

The script didn't attach the file. The correct way to do it is here: http://www.php.net/manual/en/function.mail.php#105661

Just implement this function in your script and it should work.

这篇关于邮件没有附件发送的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-02 00:46