VaporSMTPKit icon indicating copy to clipboard operation
VaporSMTPKit copied to clipboard

Swift Concurrency Support

Open T2Je opened this issue 3 years ago • 1 comments

Thank you for your great job. Do you have a plan to support async/await?

T2Je avatar Dec 24 '21 01:12 T2Je

you can use .get() try await request.application.sendMail(emailww, withCredentials: SMTPCredentials.default).get()

saroar avatar Aug 11 '23 11:08 saroar