View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0008016 | mantisbt | public | 2007-05-24 22:52 | 2007-08-02 02:28 | |
| Reporter | computabloke | Assigned To | vboctor | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.1.0a3 | ||||
| Fixed in Version | 1.1.0a4 | ||||
| Summary | 0008016: Check Email broken in 1.1.0a3 | ||||
| Description | /admin/check.php doesn't use the new email-queuing system to send the test email, and will always fail. Additionally, documentation on already-packaged phpMailer and the new send_emails.php CRON technique isn't too great. | ||||
| Additional Information | Added to Help in Mantis forums: http://www.mantisbt.org/forums/viewtopic.php?t=3112 Instead of using email_send() it should probably use email_store() as follows: $t_email_id = email_store( config_get_global( 'administrator_email' ), 'Testing PHP mail() function', 'Your PHP mail settings appear to be correctly set.'); | ||||
| Tags | No tags attached. | ||||
|
as follows too: |
|
|
I've used Riceball's patch and also updated the text before the form since it was still referring to the mail() function. |
|