(2) and (4) will slow down entrypoint even more, (1) requires 2 extra files... shooting for (3)
Options:
1. custom `sendmail` script which just dumps to a file (or `/dev/stdout` maybe?) https://core.trac.wordpress.org/attachment/ticket/48060/48060.diff
2. https://github.com/mailhog/mhsendmail, single-binary install during entrypoint script
3. adding a `mu-plugin` custom plugin which replicates a minimal subset of "WP Mail SMTP" features e.g. https://stackoverflow.com/a/74191452/14269772
4. installing "WP Mail SMTP" during entrypoint
(2) and (4) will slow down entrypoint even more, (1) requires 2 extra files... shooting for (3)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Options:
sendmailscript which just dumps to a file (or/dev/stdoutmaybe?) https://core.trac.wordpress.org/attachment/ticket/48060/48060.diffmu-plugincustom plugin which replicates a minimal subset of "WP Mail SMTP" features e.g. https://stackoverflow.com/a/74191452/14269772(2) and (4) will slow down entrypoint even more, (1) requires 2 extra files... shooting for (3)