wneessen / go-mail

📧 Easy to use, yet comprehensive library for sending mails with Go
https://go-mail.dev
MIT License
571 stars 44 forks source link

Add "X-Auto-Response-Suppress" header and update SetBulk method #173

Closed wneessen closed 7 months ago

wneessen commented 7 months ago

A new "X-Auto-Response-Suppress" header has been added. The SetBulk method has been updated to include this new header, as it is recommended for automated emails. This functionality is tested in the msg_test.go file.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (ef86a1a) 80.98% compared to head (a864be0) 81.43%. Report is 3 commits behind head on main.

:exclamation: Current head a864be0 differs from pull request most recent head 7a54924. Consider uploading reports for the commit 7a54924 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #173 +/- ## ========================================== + Coverage 80.98% 81.43% +0.44% ========================================== Files 24 24 Lines 2125 2128 +3 ========================================== + Hits 1721 1733 +12 + Misses 289 281 -8 + Partials 115 114 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.