Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Update template methods in bulk-mailer example #34

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

wneessen
Copy link
Owner

The template methods used in the bulk-mailer example were swapped. m.SetBodyHTMLTemplate and m.AddAlternativeTextTemplate methods were replaced with m.SetBodyTextTemplate and m.AddAlternativeHTMLTemplate respectively. This change doesn't affect the functionality but improves consistency in method naming.

The template methods used in the bulk-mailer example were swapped. `m.SetBodyHTMLTemplate` and `m.AddAlternativeTextTemplate` methods were replaced with `m.SetBodyTextTemplate` and `m.AddAlternativeHTMLTemplate` respectively. This change doesn't affect the functionality but improves consistency in method naming.
@wneessen wneessen merged commit 01146b3 into main Jul 12, 2024
1 check passed
@wneessen wneessen deleted the fix-bulkmail-description branch July 12, 2024 09:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant