This repository has been archived on 2023-12-05. You can view files and clone it, but cannot push or open issues or pull requests.
wiki/howto/matrix-element/send_message.env.example
2020-10-02 23:12:32 +02:00

17 lines
744 B
Plaintext

# you require to fill data for the following variables
# - access_token
# - matrix_room
# - matrix_homeserver
# check your token access in riot general settings"
access_token="fill me"
# format is !xxXxxXXxxXXXxXxxXX:matrix.example.com
matrix_room="fill me"
# the matrix homeserver which the target user belongs. examples: matrix.example.com, matrix.org
matrix_homeserver="fill me"
# default message when no arguments specified
message='<b>default message</b> test <font color ="red">red test</font> <table style="width:100%"><tr><th>Firstname</th><th>Lastname</th><th>Age</th></tr><tr><td>Jill</td><td>Smith</td><td>50</td></tr><tr><td>Eve</td><td>Jackson</td><td>94</td></tr></table> https://www.w3schools.com/html/html_tables.asp'