1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-06-25 00:37:17 +02:00
Commit Graph

16 Commits

Author SHA1 Message Date
9a63567b0c Fix: Sendmail support for -f 'Name <email@example.com>' format 2024-01-03 15:46:57 +13:00
b6d5a8c182 Chore: Update internal import paths 2023-09-25 19:29:30 +13:00
93a6107df2 Fix: Exclude "sendmail" from recipients list when using mailpit sendmail <options> 2023-08-05 16:54:27 +12:00
6c7a1d1ea2 Format error syntax 2023-07-30 18:44:24 +12:00
48387c3a13 Rename hidden long flags 2023-06-07 07:35:34 +12:00
a2ab350aff Fix: Add single dash arguments support to sendmail command (#123)
mailpit sendmail -t was not working because of the single dash argument
parsing. This commit fixes it.

Co-authored-by: Ronaldo Richieri <ronaldo@bestpractical.com>
2023-06-07 07:33:47 +12:00
e5888ede8b Bugfix: Fix sendmail/startup panic
Fixes #122
2023-06-03 17:18:52 +12:00
c01f473e79 Feature: Add sendmail -bs functionality
Symfony's mailer uses `sendmail -bs` by default. This adds the required internal telnet functionality to connect directly to the SMTP server.
2023-06-03 10:57:13 +12:00
316b5d7c66 Feature: Add -S short flag for sendmail --smtp-addr 2023-05-05 15:23:51 +12:00
3d63a27458 Correctly parse -f argument for sendmail 2023-04-21 12:13:05 +12:00
9c8329a05c Feature: Inject/update Bcc header for missing addresses when SMTP recipients do not match messsage headers
In order to capture Bcc recipients from some platfoms (eg: Laravel) when the SMTP recipients contain Bcc recipients but are not listed in the message headers, the missing addresses are now added into the message Bcc header. If the Bcc header does not exist then it is created.

Resolves #35
2023-04-15 11:34:31 +12:00
6d902293c1 Feature: Add 'o', 'b' & 's' ignored flags for sendmail
Resolves #76
2023-03-31 22:42:35 +13:00
ab771cf76c Move utils to subfolder 2022-10-29 10:52:22 +13:00
4368541a96 Update logging format 2022-10-13 02:53:53 +13:00
f6da1c6da4 Fix typo 2022-07-29 23:38:09 +12:00
7a9b11a9e5 First commit 2022-07-29 23:23:08 +12:00