douba1214 2011-03-14 08:20
浏览 75
已采纳

使用PHP的电子邮件网关不保存Gforge跟踪器

We are using gforge and we want create new trackers just by using an intranet form and by sending an email with PHP to the gforge e-mail gateway.

I do it exactly like it is said:

I use this for the recipient:

You can add new tracker items by sending an e-mail to gforge-gateway@gforge.XXX.local from your user's e-mail account.

I use my (local) email address used for my gforge user account as sender. The subject looks like 'Test_tracker (tracker-32)' as it is said here

Item Summary (tracker-17)

and all i have in the body is 'assignees:lillm' (thats a username from gforge).

PHP tells me that the mail was send succeccfully but no new tracker appears. Do i have to use HTML mails or text mails? Is the priority and/or the start/end date important? Or did i forgot something?

  • 写回答

1条回答 默认 最新

  • dream0614 2011-03-15 13:47
    关注

    Ah damn, the problem was that i sent the email with the native php mailer. I tried to send the mail with a smtp user and now Gforge is getting the mail. It's that simple ;-)

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

报告相同问题?

悬赏问题

  • ¥60 版本过低apk如何修改可以兼容新的安卓系统
  • ¥25 由IPR导致的DRIVER_POWER_STATE_FAILURE蓝屏
  • ¥50 有数据,怎么建立模型求影响全要素生产率的因素
  • ¥50 有数据,怎么用matlab求全要素生产率
  • ¥15 TI的insta-spin例程
  • ¥15 完成下列问题完成下列问题
  • ¥15 C#算法问题, 不知道怎么处理这个数据的转换
  • ¥15 YoloV5 第三方库的版本对照问题
  • ¥15 请完成下列相关问题!
  • ¥15 drone 推送镜像时候 purge: true 推送完毕后没有删除对应的镜像,手动拷贝到服务器执行结果正确在样才能让指令自动执行成功删除对应镜像,如何解决?