Operating System (Linux/Mac/Windows/iOS/Android): Linux 5.12.1
Delta Chat Version:
for the bot (sender): this very library, last tag released (0.0.1)
for the client (receiver): 1.14.5
Expected behavior: the example in the readme works after providing valid email/psw credentials and a valid receiver (i.e. I receive and hello world message)
Actual behavior:
I have the following behavior when launching the example:
In particular the following line 2021/05/10 22:09:56 DC_EVENT_ERROR: Failed to send text message: Cannot prepare message for sending, address is not configured.
Steps to reproduce the problem:
I have copy-pasted the example, changed the addr variable to a valid email address (on the same server instance the bot is running), set the bot credentials (credentials that work if used on delta-chat Android application). The mail server hosting the emails is the following: https://github.com/docker-mailserver/docker-mailserver, last version (9.1).
Screenshots: N/A
Logs: see above
As last note, I use this email server with delta chat for Android and Desktop without problems. I copy-pasted the configuration from the desktop and used a brand new account for the bot.
In particular the following line
2021/05/10 22:09:56 DC_EVENT_ERROR: Failed to send text message: Cannot prepare message for sending, address is not configured.
addr
variable to a valid email address (on the same server instance the bot is running), set the bot credentials (credentials that work if used on delta-chat Android application). The mail server hosting the emails is the following: https://github.com/docker-mailserver/docker-mailserver, last version (9.1).As last note, I use this email server with delta chat for Android and Desktop without problems. I copy-pasted the configuration from the desktop and used a brand new account for the bot.