Hello Anton,
I have a problem with email configuration, i have this configuration:
<entry key='mail.smtp.port'>587</entry>
<entry key='mail.smtp.starttls.enable'>true</entry>
<entry key='mail.smtp.host'>XXXXXXXXXXXXXXX</entry>
<entry key='mail.smtp.from'>XXXXXXXXXXXXXXXX</entry>
<entry key='mail.smtp.auth'>true</entry>
<entry key='mail.smtp.username'>XXXXXXXXXXXXXXXXX</entry>
<entry key='mail.smtp.password'>XXXXXXXXXXX</entry>
This is a corporate email, we have other emails working in email managament as thunderbird (for example). Okey when we want send a email never work, but if we configurate a gmail email, this work perfectly.
According your experience, what do you belive happens here? because all configurations are okey.
Thank u
What's the error you get when you try to send an email? Probably some parameters are incorrect in this configuration.
Hello Anton,
I have a problem with email configuration, i have this configuration:
<entry key='mail.smtp.port'>587</entry> <entry key='mail.smtp.starttls.enable'>true</entry> <entry key='mail.smtp.host'>XXXXXXXXXXXXXXX</entry> <entry key='mail.smtp.from'>XXXXXXXXXXXXXXXX</entry> <entry key='mail.smtp.auth'>true</entry> <entry key='mail.smtp.username'>XXXXXXXXXXXXXXXXX</entry> <entry key='mail.smtp.password'>XXXXXXXXXXX</entry>
This is a corporate email, we have other emails working in email managament as thunderbird (for example). Okey when we want send a email never work, but if we configurate a gmail email, this work perfectly.
According your experience, what do you belive happens here? because all configurations are okey.
Thank u