发送邮件时不带附件

  • 本文关键字: php email attachment
  • 更新时间 :
  • 英文 :


我有这个代码,可以工作,但邮件发送时没有附件。附件在/files 目录中。

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

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

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

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

创建一个文件联系人.php并放入---联系人中的代码.php ---然后创建一个文件contact_send.php并粘贴--- contact_send.php ---.只需戴上你的 r 邮件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]

相关内容

  • 没有找到相关文章

最新更新