We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Added ProtonMail
Added ToC for providers
Added example for Apple/iCloud mail
Fix typo (see #389)
Fix broken link in sidebar Updated the link for Provider Examples in the sidebar to remove the extraneous ".md" extension, ensuring that the link directs to the correct page. This improves navigation and user experience in the documentation.
Add Provider Examples section with Gmail auth example Created a new `Provider-Examples.md` file with a detailed example of how to configure and use the `Client` for sending emails via Gmail, including handling multi-factor authentication. Also added a link to this new section in the `_Sidebar.md` for easy navigation.
Make SMTP auth a bit clearer
Fix typo in markdown documentation Correct spelling of `io.WriterTo` in feature list. This ensures accurate representation of supported interfaces and improves documentation clarity.
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.
Add simple mailer example and update sidebar Removed `Examples/Example.md` as it was redundant. Added `Simple-Mailer-Example.md` and linked it in the sidebar for easy access to a basic mail-sending script using `go-mail`.
Add Example.md with initial content Created the Example.md file in the Examples directory to verify functionality. Includes a basic sentence to test rendering but lacks a newline at the end of the file.
Add link to Code Reference in sidebar Added a new link to the Go package documentation in the sidebar to improve access to code references. This change aims to help users find detailed code information more easily.
Reorder and add new links in the sidebar Moved the "Security" link to improve organization and added new "Contributing" and "Merch" links under the "Community Guide" section for better accessibility. This ensures users can more easily navigate important sections.
Update Getting-started.md to include usage instructions Revamped the Getting-started.md to focus on installation, requirements, and a detailed step-by-step guide on sending your first mail using go-mail. The new structure enhances clarity and assists new users in quickly getting up to speed with the library.
Update Community Guide with new sections and detailed guidelines Added comprehensive sections for Resources, Contributing, Testing, Documentation, and Support. This includes detailed procedures for developing new features, fixing bugs, and guidelines for community support and testing, along with links to relevant resources and communication channels.
Update documentation to add Community Guide and restructure Replaced the existing Getting-started.md contents with new sections focusing on community resources, contributing, and support. Additionally, added a new Community-Guide.md file and updated the sidebar to include links to the updated resources.
Update footer links in documentation Updated footer to include new Discord and Slack links, replacing the GitHub link. This change enhances user interactions by providing more relevant and useful social platform links.
Update footer links in documentation Removed the "go-mail Wiki" text and ensured updated links for GitHub and Mastodon. This streamlines the footer section for better clarity and user navigation.
Add footer with links to go-mail's GitHub and Mastodon Introduced a new footer section in the documentation to provide easy access to go-mail's GitHub repository and Mastodon profile. This enhancement aims to improve user navigation and engagement with the project's resources.
Add .gitignore file Include common binary and plugin extensions, local test files, and specific IDE configurations such as IDEA and SonarQube. This helps maintain a cleaner repository by ignoring unnecessary files.
Updated Getting started (markdown)
Updated _Sidebar (markdown)
Created Getting started (markdown)
Added ToC back
Created _Sidebar (markdown)