dongya9346 2013-11-18 03:21
浏览 19
已采纳

cron作业已执行但没有图像显示在邮件中

I have set up a cron job on my server and it is running everyday and sending out the mail. However on all the mails images are missing.

when I run the php file directly from website like this www.mysite.com/cronjobs/sendmail.php it runs fine. All mails are sent out too and all images show up.

Are images referenced different when run from a cronjob?

Or could it be they get blocked when run from a cronjob?

Could somebody please explain what could be wrong.

  • 写回答

1条回答 默认 最新

  • duanqiao1926 2013-11-18 03:27
    关注

    As was stated the problem seems to be in relative paths you use. If you want to keep using them attach all used images as attachments to the mail.

    The second option is to use absolute paths. Btw don't forget to give your images folder read permissions.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
编辑
预览

报告相同问题?

手机看
程序员都在用的中文IT技术交流社区

程序员都在用的中文IT技术交流社区

专业的中文 IT 技术社区,与千万技术人共成长

专业的中文 IT 技术社区,与千万技术人共成长

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

客服 返回
顶部