Closed bendschs closed 3 years ago
You have to register a new user on your home server. You have to add this user to the config file. Then you start the bridge and invite this user into a private room.
ok did that, the user is invited and online but does not seem to accept the invitation or reply. what is wrong here?
i actually noticed, that the bridge gives a successful login message even when it is started with fresh, unedited config file, so that is a bit misleading ...
./emailbridge
logged into matrix successfully
@m:matrix.org
so since i have no possibility to check if the configuration is right, i am posting my config file here (actual domain and token edited out). Can anybody tell me if it looks right?
{
"allowed_servers": [
"matrix.myserver.com,"
],
"defaultmailcheckinterval": 30,
"htmldefault": false,
"markdownenabledbydefault": true,
"matrixaccesstoken": „mytoken",
"matrixserver": "matrix.myserver.com",
"matrixuserid": "@emailbot:matrix.myserver.com"
}
Your config looks fine. This issue is very likely related to #36
I can not figure out the name of to bridge to invite.
it starts correctly with
do i have to register a new user for the bridge?