Mantis on SourceForge
Posted: 11 Feb 2007, 10:49
I wanted to use Mantis for tracking bugs on SourceForge. However a major impediment is the lack of email support on their web servers. Their suggested solution is to write the email to a database and then run a cron job on the shell server under your account to pull it out and mail it.
So I modified phpMailer to support a 4th delivery mechanism (MySQL) and changed core/email_api.php to use it when g_phpMailer_method is set to 3.
I wrote a python script which is run by cron and reads the email from the database, sends it using sendmail and then updates the database.
Is there any interest in this? If so, is it possible to get it incorporated into the Mantis code?
So I modified phpMailer to support a 4th delivery mechanism (MySQL) and changed core/email_api.php to use it when g_phpMailer_method is set to 3.
I wrote a python script which is run by cron and reads the email from the database, sends it using sendmail and then updates the database.
Is there any interest in this? If so, is it possible to get it incorporated into the Mantis code?