Tag: 9CDCFE

  • Relay Email via Amazon SES

    Relay Email via Amazon SES

    in

    Issue I’d like to relay all my Ubuntu 22.04 email through Amazon SES. FYI Use at your own risk. Like seriously, do some research prior to implementing any of this into your own environment. Consider factors like costs, scalability, etc. Solution To relay all your email through Amazon SES (Simple Email Service) on an Ubuntu…

  • In JavaScript, what is the difference between `.contains()` and `.includes()`?

    in

    In JavaScript, .contains() and .includes() are used for different purposes: .contains(): This is a method of the Node interface in the Document Object Model (DOM). It’s used to check whether a node is a descendant of a given node, i.e., child, grandchild, etc. .includes(): This is a method of the Array and String prototypes in…

  • VS Code, Associate Jinja with HTML

    VS Code, Associate Jinja with HTML

    in

    Using VS Code, go to your settings.json file and add the following within the {} brackets. Have you tried this approach or something similar? Leave a comment if this helped or if you have another approach.