Dennistigawanna.hashnode.dev·Oct 20, 2023Setting up PocketbaseThe Basics PocketBase is an open-source backend consisting of an embedded database (SQLite) with real-time subscriptions, built-in auth management, convenient dashboard UI and simple REST-ish API. Why pocketbase? auto-generates REST API's + real-tim...Discuss·49 readspocketbase v0.19Pocketbase
Ashish WakdeforAshish Tech Blogsnodejsawsecs.hashnode.dev·Oct 1, 2023File upload from Node server to sftp server.Here we will perform the single and multiple file upload flow via node js to sftp server. Note: This blog is created under the assumption that users have a basic understanding of node server creation with get/post API creation. Let’s create a node js...Discusssmtp
Andrei CotorforCloudflight Engineering Blogengineering.cloudflight.io·Sep 29, 2023Reliable communication using the Transactional Outbox PatternIn today's digital age, email communication remains an indispensable tool for businesses and individuals alike. Whether it's sending important notifications, marketing campaigns, or transactional updates, emails play a pivotal role in ensuring effect...Discuss·2 likes·72 readsReliability
Rodrigo Mansuelimansueli.hashnode.dev·Sep 26, 2023Configuring Office365 as the SMTP Provider in Supabase Auth: A Comprehensive GuideEmail communication is a crucial aspect of many web applications, including those built on the Supabase platform. Whether it's for account verification, password resets, or general communication within the application, reliable email delivery is esse...Discuss·281 readsoffice365
Afolabi Abdullahiblog.afolabi.me·Aug 25, 2023Creating a Self-Sufficient Contact Form: Sending Emails with SMTP.JS on the FrontendIntroduction A long-lasting relationship is built on communication, which is why contact forms are used on websites. Emails cannot be sent using HTML contact forms alone. Despite JavaScript's immense capabilities, it doesn't support server-side langu...Adeeko Tobiloba Isreal and 1 other are discussing this2 people are discussing thisDiscuss·40 likes·205 readsJavaScript
Sayad Ahmed Shaurovsayad.hashnode.dev·Aug 21, 2023Send and reply to an email using SMTPWhat is SMTP SMTP stands for Simple Mail Transfer Protocol. It's a protocol used for sending and forwarding email messages over the Internet. SMTP is the standard protocol that email clients (like Outlook, Gmail, Thunderbird) and email servers (like ...Discussemail
James Haleblog.potamic.net·Aug 17, 2023Running MailHog in Github ActionsFor the impatient: # .github/workflows/test.yml jobs: test: name: Test runs-on: ubuntu-latest steps: # ... - name: Install & Run MailHog run: > wget -q https://github.com/mailhog/MailHog/releases/download/v...Discussgithub-actions
Umar Adejohstradoxcodes.hashnode.dev·Aug 14, 2023Sending Emails with NuxtSending emails is a requirement for many web applications, and even static websites. Most websites contain a Contact Us form, and a lot of implementations I have come across use the HTML anchor tag's mailto href attribute to send these emails. I find...Discuss·2 likes·689 readsNuxt
Diptonil Roydiptonil.hashnode.dev·Jul 14, 2023Free Services to Support Development of a Django App IIIntroduction The previous week we saw 5 free services to bootstrap your Django development so that things are seamless and up to standards. This time, we extend the list with 5 more services, each specific in a way Some services on the list would hav...Discuss·29 likes·31 readsDjango
Md Nayeemmd5nayeem.hashnode.dev·Jul 11, 2023Understanding Key Internet Protocols: DHCP, DNS, IMAP, SMTP, POP, FTP, SSH, and SFTPIntroduction: In the world of computer networks, several protocols play vital roles in enabling seamless communication and data transfer. In this article, we will explore some key internet protocols, such as DHCP, DNS, IMAP, SMTP, POP, FTP, SSH, and ...Discussdns