update SetMTA comment

This commit is contained in:
Aine
2022-09-06 22:21:23 +03:00
parent 5945ddc8a0
commit bbb6bec35f

View File

@@ -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
}