We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0207576 commit c918024Copy full SHA for c918024
2 files changed
docker-compose.shared.yml.sample
@@ -2,6 +2,7 @@ services:
2
php:
3
volumes:
4
- ../:/workspace:cached
5
+ - ./magento2-devcontainer/mailpit/mailpit.ini.sample:/usr/local/etc/php/conf.d/mailpit.ini:ro
6
working_dir: /workspace
7
8
nginx:
mailpit/mailpit.ini.sample
@@ -0,0 +1,10 @@
1
+; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
+; https://php.net/sendmail-path
+sendmail_path="/usr/local/bin/mailpit sendmail -t --smtp-addr mailpit:1025"
+
+; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
+mail.add_x_header = On
+; Use mixed LF and CRLF line separators to keep compatibility with some
9
+; RFC 2822 non conformant MTA.
10
+mail.mixed_lf_and_crlf = Off
0 commit comments