Gforge tracker are not saved using the e-mail gateway with PHP

138 Views Asked by At

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 [email protected] 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

There are 1 best solutions below

0
On BEST ANSWER

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 ;-)