Thank you for this post. I was hoping I could ask you a couple of questions because I also had to make some modifications to get Lemmy up and running. I don’t have email yet because my isp blocks post 25 and I haven’t gotten around to requesting an unblock yet.
I see you’ve modified your hjson file to use gmail. The default config syntax for email is:
email: {
smtp_server: "postfix:25"
smtp_from_address: "noreply@{{ domain }}"
tls_type: "none"
}```
My question is, can I just drop in your email syntax with my information and the instance will use gmail instead of the default?
Thank you for this post. I was hoping I could ask you a couple of questions because I also had to make some modifications to get Lemmy up and running. I don’t have email yet because my isp blocks post 25 and I haven’t gotten around to requesting an unblock yet.
I see you’ve modified your hjson file to use gmail. The default config syntax for email is:
email: { smtp_server: "postfix:25" smtp_from_address: "noreply@{{ domain }}" tls_type: "none" }``` My question is, can I just drop in your email syntax with my information and the instance will use gmail instead of the default?