elegram.bots.bot-echo.1.0.0.source-code.application.yaml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bot-echo Show documentation
Show all versions of bot-echo Show documentation
A telegram Bot for get messages as a "mailbox" and send to an email
##
## Configuration for bot execution
## You should to use properties from settings.xml
## in order to filter resource and replace tokens with real values
##
spring:
mail:
host: @bot.email.host@
username: @bot.email.username@
password: @bot.email.password@
port: 465
protocol: smtp
properties:
mail:
smtp:
auth: true
ssl:
enable: true
bot:
token: @bot.tg.token@
username: @bot.tg.username@
email:
to: @bot.tg.email.to@
from: @bot.tg.email.from@
missatges:
benvinguda: @bot.tg.missatges.benvinguda@
resposta: @bot.tg.missatges.resposta@