I have some warnings in the log and I don't understand how to fix them
alatouz opened this issue · 1 comments
alatouz commented
here is my setup
- MAIL_SMTP_ENABLE=TRUE - MAIL_SMTP_VARIABLES=-S smtp-use-starttls -S smtp=smtp://smtp.free.fr:587 -S smtp-auth=login -S smtp-auth-user=xxx.xxx -S smtp-auth-password=passxxx -S from=xxx.xxx@free.fr - MAIL_TO=xxx.xxx@free.fr - MAIL_WHEN_SUCCESS='TRUE' - MAIL_WHEN_FAILURE='TRUE'
here are the error messages
mail: Warning: variable superseded or obsoleted: smtp
mail: Warning: variable superseded or obsoleted: smtp-auth-user
mail: Warning: variable superseded or obsoleted: smtp-auth-password
mail: Obsoletion warning: please do not use *smtp*, instead assign a smtp:// URL to *mta*!
mail: Obsoletion warning: Use of old-style credentials, which will vanish in v15!
mail: Please read the manual section "On URL syntax and credential lookup"
mail send was successfully
THANKS