Closed
Bug 276245
Opened 21 years ago
Closed 21 years ago
SENDMAIL calls should be moved to a single "email" method
Categories
(Bugzilla :: Email Notifications, enhancement)
Tracking
()
People
(Reporter: lukas, Assigned: justdave)
Details
In version 2.18 RC3, I have found several references to "/usr/lib/sendmail"
throughout the codebase. While somewhat trivial, if sendmail is installed
somewhere else, a search-and-replace must be done throughout the code to remedy
this. On Windows platforms, the problem becomes even more tedious, as the
entire code block must be replaced to utilize Perl's Net SMTP module.
In short, if all emails were routed through a central "email" method, these
configurations would only need to be changed in one place.
Comment 1•21 years ago
|
||
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•