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!