From bbb6bec35f29dec53f9267bef76b7ac6d195accd Mon Sep 17 00:00:00 2001 From: Aine Date: Tue, 6 Sep 2022 22:21:23 +0300 Subject: [PATCH] update SetMTA comment --- bot/email.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/email.go b/bot/email.go index 449f7d6..908224d 100644 --- a/bot/email.go +++ b/bot/email.go @@ -26,7 +26,7 @@ const ( eventFromKey = "cc.etke.postmoogle.from" ) -// SetSMTPAuth sets dynamic login and password to auth against built-in smtp server +// SetMTA sets mail transfer agent instance to the bot func (b *Bot) SetMTA(mta utils.MTA) { b.mta = mta }