Ralph Slooten
e5888ede8b
Bugfix: Fix sendmail/startup panic
...
Fixes #122
2023-06-03 17:18:52 +12:00
Ralph Slooten
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
Ralph Slooten
316b5d7c66
Feature: Add -S
short flag for sendmail --smtp-addr
2023-05-05 15:23:51 +12:00
Ralph Slooten
3d63a27458
Correctly parse -f argument for sendmail
2023-04-21 12:13:05 +12:00
Ralph Slooten
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
Ralph Slooten
6d902293c1
Feature: Add 'o', 'b' & 's' ignored flags for sendmail
...
Resolves #76
2023-03-31 22:42:35 +13:00
Ralph Slooten
ab771cf76c
Move utils to subfolder
2022-10-29 10:52:22 +13:00
Ralph Slooten
4368541a96
Update logging format
2022-10-13 02:53:53 +13:00
Ralph Slooten
f6da1c6da4
Fix typo
2022-07-29 23:38:09 +12:00
Ralph Slooten
7a9b11a9e5
First commit
2022-07-29 23:23:08 +12:00