reddit refugee

  • 0 Posts
  • 3 Comments
Joined 1Y ago
cake
Cake day: Jun 27, 2023

help-circle
rss

I remember back when you could only download one song at a time from there. But you’re right. There is an insane amount of good music there.



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?