PHPmailer
Posted: 05 Feb 2010, 09:39
Hi,
first i want to say that i think that its completely stupid to use php.ini for two mail settings, smtp server and port. Perhaps i want to use a different smtp server for mantis, but setting it in the php.ini is vhost wide. Yeah, i could set these both vars on the fly but thats not what i want, i want clean programming and i think everyone else too.
second i want to ask why i have to install phpmailer (see the docs) while its already included in mantis? Mantis includes phpmailer which comes with mantis and since i read the docs i placed (a different phpmailer version) into my includes dir.
What the hell are you developers doing? Remove phpmailer and let users installing their own version.
first i want to say that i think that its completely stupid to use php.ini for two mail settings, smtp server and port. Perhaps i want to use a different smtp server for mantis, but setting it in the php.ini is vhost wide. Yeah, i could set these both vars on the fly but thats not what i want, i want clean programming and i think everyone else too.
second i want to ask why i have to install phpmailer (see the docs) while its already included in mantis? Mantis includes phpmailer which comes with mantis and since i read the docs i placed (a different phpmailer version) into my includes dir.
What the hell are you developers doing? Remove phpmailer and let users installing their own version.