0

我有此代码,可以使用,但发送的邮件没有附件。/files 目录中的附件。

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

4

2 回答 2

0

我认为你错过了剧本的重点。是的,它会发送一封电子邮件,但并不意味着将文件附加到电子邮件中。它只应该将给定的文件上传到它所在的服务器上的目录。

创建一个文件contact.php并将代码从---contact.php---然后创建一个文件contact_send.php并从---contact_send.php---粘贴代码。只需r server and just www.site.com/contact.php. the banners will be saved in the file FILES. please put in the contact_send.php on: $destinatar = "MAIL HERE"; you像这样将您的邮件锁定: $destinatar = "mail@mailserver.com"; . 享受 :D

他在这里(以一种或另一种方式)提到该文件将被保存到

[SCRIPT LOCATION]/files/[FILE]
于 2012-11-23T10:11:57.660 回答
0

脚本没有附加文件。正确的方法在这里:http ://www.php.net/manual/en/function.mail.php#105661

只需在您的脚本中实现此功能,它应该可以工作。

于 2012-11-23T10:12:14.793 回答