I have a problem when I try to send an email via an ovh mail account with spring. The email seems to be sent, no error is retrieved, but the recipient does not receive the mail. Important : it works when I send the mail with a gmail account ! This is the spring mail parameters I use (so it works with gmail, not with ovh) :
spring:
mail:
host: ssl0.ovh.net
port: 587
username: <ovh address>
password: <password>
properties:
mail:
smtp:
auth: true
starttls:
enable: true
Can anyone help me please ? Thanks in advance.
Try with my configuration below: