setup mail

Primtek 8 years ago

Hello,

where can I configure email ?

thanks

Anton Tananaev 8 years ago

In the configuration file or user settings, as documentation clearly explains.

Primtek 8 years ago

Hi.. I meant the SMTP for sending notification

Primtek 8 years ago

found

<entry key='mail.smtp.host'>mail.mydomain.com/entry>
<entry key='mail.smtp.port'>25</entry>
<entry key='mail.smtp.ssl.enable'>false</entry>
<entry key='mail.smtp.from'>noreply@mydomain.com</entry>
<entry key='mail.smtp.auth'>true</entry>
<entry key='mail.smtp.username'>usersmtp@mydomain.com</entry>
<entry key='mail.smtp.password'>himyusersmtp@mydomain.com</entry>

but can't find how to test this config

Anton Tananaev 8 years ago

There is a button in user account settings to test it. It might not work though if you are using version 3.15, in which case you would need to wait for a notification.

Primtek 8 years ago

thanks it works.. where can I find the version info..

HenkB 8 years ago

Notifications using mail are working okay with example above.
In version 3.15 the notification test button is not displayed as described.

What are the options to execute a script for a notification ?
I would like to configure notifications using the Telegram API
see; https://core.telegram.org/

dittmann 6 years ago

Hello HenkB,

did you get it to work?