Yaswanth Ryashdevops.hashnode.dev·Feb 8, 2025Enhancing GitLab CI/CD Notifications with Detailed Email ReportsIntroduction In a DevOps-driven environment, real-time insights into CI/CD pipelines are crucial for efficient development and deployment workflows. While GitLab provides default email notifications for pipeline success or failure, they often lack ...Devops
Hashim HBitsmehashim.hashnode.dev·Jan 4, 2025Learn Python from Scratch: Detailed Note1. Flowcharts and Pseudocode: Flowcharts: These remain the same as visual representations of the solution. Pseudocode: Still used for writing generic logic, as in C++, but now in Python syntax. 2. What is Python? Python is a high-level programmi...Python
Abhishek Dubeylearning-in-public-week-1.hashnode.dev·Dec 29, 2024Last Article of 2024Here we are again—on the gates of 2025, ready to bid farewell to 2024. As we stand on the cusp of a new year, staring at the endless opportunities that lie ahead, let’s take a moment to reflect: Time passes by really fast, so make sure to utilize it ...application layer
Ariefarief.hashnode.dev·Nov 19, 2024Easy Way To Switch Email Driver in GoIn this article, we will explore a Go implementation for sending emails using different drivers (AWS SES and SMTP). We will discuss the patterns used, how to use the implementation. Patterns Used 1. Builder Pattern The builder pattern is used to crea...88 readsgolang
Nnadozie Okekedozie.dev·Nov 18, 2024Tinkerer Journal: Hosting my own ATProto server with a Custom Domain and Google's SMTP serverI'm about to host my own ATProto server. It's 01:09am my time, but I want to do this now, before bed, so that it doesn't distract me from important work tomorrow. If you don't know what this is visit: I have my first issue. The issue is that my doma...75 readsAtproto
Hubert Garcia Gordonsmtp-insights.hashnode.dev·Nov 6, 2024Pruebas de Envío de Correos SMTP: De PowerShell a C#Introducción Cuando desarrollamos aplicaciones que involucran envío de correos electrónicos, es crucial probar la configuración SMTP antes de subir a producción. En este artículo, te mostraré cómo usar PowerShell para validar tu configuración SMTP y ...smtp
Aasifa Shaikmysoftwarediary.hashnode.dev·Sep 28, 2024Phase 5: Setup email notificationsMake sure you have 2 factor authentication enabled. Get App password create and get the passkey. post { always { emailext attachLog: true, subject: "${currentBuild.result}", body: """ Project: ${env.JOB_N...smtp
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Sep 23, 2024Automating Office Tasks (Excel, PDFs, Emails) Using Python: A Comprehensive GuideAutomating office tasks is becoming increasingly important for businesses looking to improve efficiency and productivity. Python, with its versatile libraries and ease of use, is one of the most powerful tools for automating routine tasks. This exten...10 likes·203 readsPythonoffice task
Tran Tuanwww.tranit.co·Aug 30, 2024Using MailDev for Local Development Email TestingIn software development, especially for applications that send emails, testing email functionality can be challenging. This is where MailDev comes in. MailDev is a simple but powerful tool that lets developers test email functionality locally without...48 readsmaldev
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Aug 22, 2024How to Automate Email Sending Using PythonEmail communication is crucial for both personal and professional tasks. Whether you're sending out newsletters, reminders, or alerts, doing it manually can be time-consuming. Python provides a powerful way to automate email sending, allowing you to ...31 likes·85 readsPythonemail sending