Opened 19 years ago
Closed 18 years ago
#1104 closed enhancement (wontfix)
Provide smtp mail function
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 1.5 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
On Unix PHP's builtin mail function only works when sendmail is available (which is not the case on all systems). Please provide a custom SMTP mail function which can be used instead of the builtin function.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Define your own wp_mail() function in a plugin.