Skip to content
Advertisement

Tag: smtp

Connection Reset for Vert.x mailsender on keep alive timeout

We have an application based on Quarkus (2.4.2), and its mailsender is Vert.x Mailer. Config used: The issue we are having is that 60 seconds after a mail is sent the following is logged: Based on this stacktrace it looks like it is smtp.office365.com that do Connection reset, timeout handling in Vert.x’ SMTPConnection should close gracefully. Does anyone have any

connection pooling with smtp servers

like i have 5 smtp server’s and i want to do bulk mailing and want to post on each server then how i can achieve it ? I am using like this now : Now i want to post on multiple VIP’s like Can you suggest how i can achieve this ? Answer You can use SmtpConnectionPool. Create session with

Advertisement