We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Fix typo in Bulk-Mailer-Example.md Correct a typo in the documentation, changing ´context.Context` to `context.Context`. This ensures consistency and accuracy within the provided example.
Add reference to Simple Mailer Example and improve explanations Include a link to the Simple Mailer Example for foundational knowledge. Enhanced the explanation by removing line references, adding detailed steps, and including relevant package documentation links for better understanding.
Add detailed explanation for bulk mailer example Expanded the "Bulk-Mailer-Example.md" with a detailed breakdown of the code. This includes explanations for defining custom user types, setting up text/HTML templates, processing user lists, and using the "go-mail" library for sending emails. This comprehensive guide aims to enhance understanding and ease of use for new developers.
Add Bulk Mailer example to documentation This update introduces a new "Bulk Mailer" example to the documentation, providing a detailed guide on sending bulk emails with personalized content using Go's template system. The sidebar has been updated to include a link to this new example for easy navigation.