Check that Mailhog actually works for outgoing email #5

Closed
opened 2024-05-15 18:04:56 +00:00 by 3wordchant · 1 comment
Owner
No description provided.
Author
Owner

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)

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)
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: autonomic-cooperative/wordpress-starter#5
No description provided.