• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Webhook: How to setup SMTP?

     
    • 0 Vote(s) - 0 Average

    Webhook: How to setup SMTP?

    Want to send email notifications thru jellyfin
    hov
    Offline

    Junior Member

    Posts: 31
    Threads: 6
    Joined: 2023 Jun
    Reputation: 0
    #3
    2023-07-15, 02:14 AM
    (2023-07-15, 02:01 AM)TheDreadPirate Wrote: Looks like a standard 30 second timeout.  Whatever your email server is running on, have the firewall rules been added to allow the traffic through on port 465?

    Am I supposed to have port 465 exposed in Jellyfin's docker-compose? Below is my docker-compose for jellyfin. I still get the same issue of emails not sending out

    Code:
      jellyfin:
        image: jellyfin/jellyfin
        container_name: jellyfin
        group_add:
          - "106"
        environment:
          - PUID=1000
          - PGID=100
          - TZ=America/Los_Angeles
        volumes:
          - ./jellyfin/config:/config
          - ./jellyfin/cache:/cache
          - /srv/dev-disk-by-uuid-XXXXXXXX/downloads:/14TB/downloads
          - /srv/dev-disk-by-uuid-YYYYYYYY/downloads:/8TB/downloads
          - /Music:/Music
        ports:
          - 8096:8096
          - 8920:8920
          - 465:465
        devices:
          - /dev/dri/renderD128:/dev/dri/renderD128
        restart: unless-stopped
        cpus: '4'
        mem_limit: 4g
    13100 CPU for server
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Webhook: How to setup SMTP? - by hov - 2023-07-15, 01:25 AM
    RE: Webhook: How to setup SMTP? - by TheDreadPirate - 2023-07-15, 02:01 AM
    RE: Webhook: How to setup SMTP? - by hov - 2023-07-15, 02:14 AM
    RE: Webhook: How to setup SMTP? - by TheDreadPirate - 2023-07-15, 02:28 AM
    RE: Webhook: How to setup SMTP? - by hov - 2023-07-15, 03:38 AM
    RE: Webhook: How to setup SMTP? - by TheDreadPirate - 2023-07-15, 05:30 AM
    RE: Webhook: How to setup SMTP? - by hov - 2023-07-15, 06:46 AM
    RE: Webhook: How to setup SMTP? - by hov - 2023-07-15, 07:03 AM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode