this post was submitted on 18 Jul 2023
2 points (100.0% liked)

Lemmy Support

4651 readers
4 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 5 years ago
MODERATORS
 

I installed using the Lemmy-Ansible method and my hjson.config file looks like this:

{
database: {
host: postgres
password: "{{ postgres_password }}"
}
hostname: "{{ domain }}"
pictrs: {
url: "http://pictrs:8080/"
api_key: "{{ postgres_password }}"
}
email: {
smtp_server: "postfix:25"
smtp_from_address: "noreply@psychedelia.ink"
tls_type: "none"
}
}

Leaving it blank for the most part worked for every other aspect of the instance. But email does not work at all even when I left it the way it was originally. Any help would be appreciated I know this is probably a pretty basic thing but I'm very new at all of this. Thanks!

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here