Skip to content

History / Simple Mailer Example

Revisions

  • Updated documentation to use SMTPAuthAutoDiscover for authentication examples instead of SMTPAuthPlain

    @wneessen wneessen committed Jul 11, 2025
  • Fix missing closing bracket in code example Added a missing closing bracket in the Simple Mailer Example code. This ensures the example is syntactically correct and ready for use.

    Winni Neessen committed Jan 9, 2025
  • 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`.

    Winni Neessen committed Oct 3, 2024