Browse Source

Wordpress uses PHP's internal sendmail functionality and silently misses to send mails if this funtionality isn't enabled

Ralf S. Engelschall 19 years ago
parent
commit
d6d1976a5b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      wordpress/wordpress.spec

+ 1 - 0
wordpress/wordpress.spec

@@ -50,6 +50,7 @@ PreReq:       apache
 PreReq:       apache::with_mod_php = yes
 PreReq:       apache::with_mod_php = yes
 PreReq:       apache::with_mod_php_mysql = yes
 PreReq:       apache::with_mod_php_mysql = yes
 PreReq:       apache::with_mod_php_pcre = yes
 PreReq:       apache::with_mod_php_pcre = yes
+PreReq:       apache::with_mod_php_sendmail = yes
 AutoReq:      no
 AutoReq:      no
 AutoReqProv:  no
 AutoReqProv:  no