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!
This post has 47 comments, might be some good reading: https://lemmy.ml/post/1204657
Thank you somehow I hadn’t found this one when I searched before. This seems like it will get me on the right track.
deleted by creator