Skip to content

Commit

Permalink
Update sendmail_path to use msmtp
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed Jul 1, 2024
1 parent 13af2fb commit 7976a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/files/etc/php/conf.d/99_dynamic.ini.ep
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
memory_limit=${PHP_MEMORY_LIMIT:-512M}
post_max_size=${PHP_POST_MAX_SIZE:-32M}
sendmail_path=${PHP_SENDMAIL_PATH:-/usr/sbin/sendmail -t -i}
sendmail_path="${PHP_SENDMAIL_PATH:-/usr/bin/msmtp -t}"
upload_max_filesize=${PHP_UPLOAD_MAX_FILESIZE:-32M}

0 comments on commit 7976a95

Please sign in to comment.