Skip to content
FlowHubFluxonLab
C
Email Sendfree

Monitor Hostinger email DNS records weekly and send alert emails via SMTP

by Hostingeradapted from n8n official workflow galleryUpdated Aug 2026
RequiresCCodeSend EmailSend Email
Share Post Share
ScEvery Monday at 8amEvery Monday at…SeSet Notification EmailSet Notificatio…HAFetch Hostinger DomainsFetch Hostinger…SOSplit Domain RecordsSplit Domain Re…HAFetch DNS Zone DataFetch DNS Zone …CoCheck MX SPF DMARC DKIM HealthCheck MX SPF DM…IfIf Domain Has IssuesIf Domain Has I…CoBuild HTML Alert EmailBuild HTML Aler…ESSend Domain Alert EmailSend Domain Ale…12345678
1/5
STEPS · 8
Runs on a schedule

Quick Overview This workflow runs every Monday at 8am to check email-related DNS records (MX, SPF, DMARC, and DKIM) for all domains in your Hostinger account and sends an HTML alert email when it detects missing records, tracking prior results to highlight new breakage. How it works Runs every Monday at 8am and sets the notification email address used for alerts. Fetches the full domain list from Hostinger and processes each domain one by one. Retrieves the DNS zone for each domain from Hostinger and checks for active MX records plus valid SPF, DMARC, and DKIM TXT records. Compares the current results to the previous run stored in workflow static data to mark problems as new or ongoing. Builds an HTML email describing the missing records for any affected domain and sends the alert via SMTP/email credentials to the configured recipient. Setup Add your Hostinger API credentials for the steps that list domains and retrieve DNS zones. Configure your SMTP/email-sending credentials for the email node used to send alerts. Update the notification email address (and, if needed, the from/to fields) so alerts go to the right recipient.

Tags

n8nreference-onlyemail-send
Connects
CCodesendemailSend Email
CategoryEmail Send
Triggermanual
Complexitycomplex
Nodes9
AddedJul 13, 2026

Related workflows

See all Email Send
CWhubspotsendemail
free

Automated Property Lead Generation with BatchData and CRM Integration

How It Works This N8N workflow creates an automated system for discovering high-potential real estate investment opportunities. The workflow runs on a customizable schedule to scan the market for properties that match your specific criteria, then alerts your team about the most promising leads. The process follows these steps: Connects to BatchData API on a regular schedule to search for properties matching your parameters Compares new results with previous scans to identify new listings and property changes Applies intelligent filtering to focus on high-potential opportunities (high equity, absentee owners, etc.) Retrieves comprehensive property details and owner information for qualified leads Delivers formatted alerts through multiple channels (email and Slack/Teams) Each email alert includes detailed property information, owner details, equity percentage, and a direct Google Maps link to view the property location. The workflow also posts concise notifications to your team's communication channels for quick updates. Who It's For This workflow is designed for: Real Estate Investors: Find off-market properties with high equity and motivated sellers Real Estate Agents: Identify po

by Preston Zeller
CWsendemail
free

Automate Digital Delivery After PayPal Purchase Using n8n

Automate Digital Delivery After PayPal Purchase Using n8n A Complete Step-by-Step Guide to Seamless Template Delivery Built by Amjid Ali – SyncBricks Deliver personalized files instantly after PayPal transactions using n8n – without writing a single backend line. 🚀 What This n8n Workflow Does This automation template helps you automatically deliver a digital product (such as an n8n template or JSON file) to customers who pay via PayPal — within seconds. You can: Automatically extract customer info Identify what was purchased Send a clean, branded email with the product file Promote your other courses, books, and tools 📦 Use Case Example Product: AI-Powered Social Media Content Generator & Publisher When a customer buys this product through PayPal, this automation: Listens for a successful payment event Fetches order details via API Sends an HTML email with the template attached Promotes your other offerings with embedded links 🔧 Prerequisites You’ll need: An n8n instance (self-hosted or n8n Cloud) A PayPal developer account PayPal OAuth2 credentials configured in n8n Your product hosted as a downloadable .json file (Oracle, Dropbox, GitHub, etc.) SMTP email credentials in n8n 🧠

by Amjid Ali
Cpostgrespushoversendemail
free

Error Handling System with PostgreSQL Logging and Rate-Limited Notifications

Log errors and avoid sending too many emails Use case Most of the time, it’s necessary to log all errors that occur. However, in some cases, a scheduled task or service consuming excessive resources might trigger a surge of errors. To address this, we can log all errors but limit alerts to a maximum of one notification every 5 minutes. What this workflow does This workflow can be configured to receive error events, or you can integrate it before your own error-handling logic. If used as the primary error handler, note that this flow will only add a database log entry and take no further action. You’ll need to add your own alerts (e.g., email or push notifications). Below is an example of a notification setup I prefer to use. At the end, there’s an error cleanup option. This feature is particularly useful in development environments. If you already have an error-handling workflow, you can call this one as a sub-workflow. Its final steps include cleanup logic to reset the execution state and terminate the workflow. Setup Verify all Postgres nodes and credentials when using the 'Error Handling Sample' How to adjust it to your needs 1) You can set this workflow as a sub-workflow within

by Davi Saranszky Mesquita