邮件在没有附件的情况下发送

时间:2012-11-23 10:07:59

标签: php email attachment

我有这个代码,工作但邮件是在没有附件的情况下发送的。附件 在/ files目录中。

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

2 个答案:

答案 0 :(得分: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]

答案 1 :(得分:0)

脚本未附加文件。正确的方法是:http://www.php.net/manual/en/function.mail.php#105661

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