-
Notifications
You must be signed in to change notification settings - Fork 79
/
email.yaml
28 lines (27 loc) · 2.25 KB
/
email.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
app:
url: ${APP_URL:"kairon.digite.com"}
email:
enable: ${EMAIL_ENABLE:False}
sender:
email: ${EMAIL_SENDER_EMAIL:"[email protected]"}
password: ${EMAIL_SENDER_PASSWORD:"changeit"}
port: ${EMAIL_SENDER_PORT:587}
service: ${EMAIL_SENDER_SERVICE:"changeit"}
tls: ${EMAIL_SENDER_TLS:True}
userid: ${EMAIL_SENDER_USERID}
templates:
confirmation_subject: ${EMAIL_TEMPLATES_CONFIRMATION_SUBJECT:"Welcome to kAIron! Please verify your account."}
confirmed_subject: ${EMAIL_TEMPLATES_CONFIRMED_SUBJECT:"Verification complete! Build your first chatbot."}
password_reset_subject: ${EMAIL_TEMPLATES_PASSWORD_RESET_SUBJECT:"Password Reset"}
password_changed_subject: ${EMAIL_TEMPLATES_PASSWORD_CHANGED_SUBJECT:"Password Changed!"}
add_member_subject: ${EMAIL_TEMPLATES_ADD_MEMBER_SUBJECT:"Invitation to collaborate on BOT_NAME bot"}
add_member_confirmation_subject: ${EMAIL_TEMPLATES_ADD_MEMBER_CONFIRMATION_SUBJECT:"Invitation accepted by INVITED_PERSON_NAME"}
update_role_subject: ${EMAIL_TEMPLATES_UPDATE_ROLE_SUBJECT:"Member role updated on BOT_NAME bot"}
update_role_member_mail_body: ${EMAIL_TEMPLATES_UPDATE_ROLE_MEMBER_BODY:"Your role on BOT_NAME bot has been changed to NEW_ROLE:STATUS by MODIFIER_NAME."}
update_role_owner_mail_body: ${EMAIL_TEMPLATES_UPDATE_ROLE_OWNER_BODY:"Access to member MEMBER_EMAIL on BOT_NAME bot has been changed to NEW_ROLE:STATUS by MODIFIER_NAME."}
transfer_ownership_mail_body: ${EMAIL_TEMPLATES_UPDATE_ROLE_OWNER_BODY:"Access to member MEMBER_EMAIL on BOT_NAME bot has been changed to NEW_ROLE by MODIFIER_NAME. You are no more the owner of the bot. Your current role has been changed to admin."}
password_generated_subject: ${EMAIL_TEMPLATES_PASSWORD_GENERATED_SUBJECT:"Welcome to kAIron!"}
untrusted_login_subject: ${EMAIL_TEMPLATES_UNTRUSTED_LOGIN_SUBJECT:"Suspicious sign-in detected!"}
book_a_demo_subject: ${EMAIL_TEMPLATES_BOOK_A_DEMO_SUBJECT:"kAIron Demo Requested"}
member_left_bot_subject: ${EMAIL_TEMPLATES_USER_LEFT_BOT_SUBJECT:"User has left the BOT_NAME bot"}
member_left_bot_mail_body: ${EMAIL_TEMPLATES_USER_LEFT_BOT_BODY:"User USER_NAME has left the BOT_NAME bot."}