mirror of
https://github.com/neilalexander/yggmail.git
synced 2026-05-23 03:26:28 +03:00
@@ -123,7 +123,7 @@ func (q *Queue) run() {
|
||||
q.queues.Log.Println("Sending mail from", ref.From, "to", q.destination)
|
||||
|
||||
if err := func() error {
|
||||
conn, err := q.queues.Transport.Dial("yggdrasil", q.destination)
|
||||
conn, err := q.queues.Transport.Dial(q.destination)
|
||||
if err != nil {
|
||||
return fmt.Errorf("q.queues.Transport.Dial: %w", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user