mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-28 12:45:16 +01:00
adding a sendmail path variable incase you wanted to set up something like mailcatcher or non-standard mail config"
This commit is contained in:
parent
c5f332d387
commit
26c5175756
@ -12,3 +12,5 @@ php_enable_webserver: true
|
||||
php_webserver_daemon: "httpd"
|
||||
|
||||
php_enable_php_fpm: false
|
||||
|
||||
sendmail_path: "/usr/sbin/sendmail -t -i"
|
||||
|
@ -966,7 +966,7 @@ smtp_port = 25
|
||||
|
||||
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
|
||||
; http://php.net/sendmail-path
|
||||
sendmail_path = /usr/sbin/sendmail -t -i
|
||||
sendmail_path = {{ sendmail_path }}
|
||||
|
||||
; Force the addition of the specified parameters to be passed as extra parameters
|
||||
; to the sendmail binary. These parameters will always replace the value of
|
||||
|
Loading…
Reference in New Issue
Block a user