Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed email servers parameter from config #37

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions menuflow/example-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,6 @@ menuflow:
http_request: 10 #seconds
middlewares: 5 #seconds

# E-mail servers that you can use in the e-mail nodes
email_servers:
- server_id: sample-server-1
host: smtp.server1.com
port: 587
start_tls: true
username: user1
password: pass1
- server_id: sample-server-2
host: smtp.server2.com
port: 25
username: user2
password: pass2

# Do you want the menu to generate a typing notification event before sending messages to rooms?
# The range is related to the time duration of the write notification event.
typing_notification:
Expand Down