add smtp relay
# The SMTP RELAY
ynh_smtp_relay: null
# - user: user1
# pass: p@ssw0rd
# host: smtp.domain.tld
# port: 25
- Show closed items
- #21
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Christophe Chaudier added To Do label
added To Do label
- Christophe Chaudier changed the description
changed the description
- Christophe Chaudier assigned to @arthur.boudreault
assigned to @arthur.boudreault
- Arthur BOUDREAULT added Doing label and removed To Do label
- Developer
Here is the situation: We didn't think that once custom SMTP settings set up in YNH, the changes were not replicated in Discourse. However we observed with @cchaudier thanks to tipimail admin console that with YNH custom SMTP settings when we tried to send a test mail via Discourse it worked so Discourse uses YNH SMTP service and its custom settings.
You can find some info about the state of SMTP support here: https://lab.frogg.it/froggit/poc/communaute/-/issues/14#note_6768
- Developer
- You can list YNH settings using
yunohost settings list
yunohost settings set smtp.relay.host -v smtprelay.tld
yunohost settings set smtp.relay.port -v 2525
yunohost settings set smtp.relay.user -v username
yunohost settings set smtp.relay.password -v password
Edited by Arthur BOUDREAULT - You can list YNH settings using
- Arthur BOUDREAULT created merge request !14 (merged) to address this issue
created merge request !14 (merged) to address this issue
- Arthur BOUDREAULT mentioned in merge request !14 (merged)
mentioned in merge request !14 (merged)
- Arthur BOUDREAULT added Need review label and removed Doing label
added Need review label and removed Doing label
- Arthur BOUDREAULT marked this issue as related to #21 (closed)
marked this issue as related to #21 (closed)
- Christophe Chaudier closed with commit c17121b3
closed with commit c17121b3
- Arthur BOUDREAULT removed Need review label
removed Need review label
- Arthur BOUDREAULT added enhancement label
added enhancement label