VaporSMTPKit icon indicating copy to clipboard operation
VaporSMTPKit copied to clipboard

Not working on my Mac

Open Urkman opened this issue 4 years ago • 4 comments

Hi,

I try to send a mail trough my Mail provider: (1und1.de). But it's not working...

When I use startTSL I get a sendMailFailed. Login works, because when I change the credentials, I get an Login error. When I use tsl I simply get no answer. Then the requests runs forever.

Any idea, what I could check?

Thanks, Stefan

Urkman avatar May 27 '21 19:05 Urkman

I used my 163 email for test, and got no reply too. I changed port to 25, which my 163 email required for insecure SMTP, and changed ssl to .insecure, now it works fine. Its default port may not what your email want, so research your email setting documents and correct it maybe a good choice.

pilgrim1385 avatar Jun 18 '21 07:06 pilgrim1385

I tried a lot, but it's not working :( The same credentials are working fine in an php environment...

Urkman avatar Jun 18 '21 10:06 Urkman

After changing the ssl credentials to tls(configuration: .default), and correcting the password, I finally sent my email successfully.

T2Je avatar Dec 23 '21 09:12 T2Je

It wasn't working for me because I accidentally used tls instead of startTLS SMTPSSLMode

GP89 avatar Oct 11 '22 09:10 GP89