Can I connect custom Python or NodeJS scripts?
Yes. Because we expose standard SMTP ports, you can use standard libraries (like Nodemailer in JS or smtplib in Python) to relay outgoing mail from your apps.
Many email providers force you into proprietary APIs or restrict SMTP access to prevent high-volume sending. This locks you into specific tools or increases custom development complexity.
Cold Mail Server is built on open standards. We support standard TLS/SSL connections, making it straightforward to connect to any outreach tool on the market or trigger sequences via custom code.
You can generate unique credentials for each sending mailbox, allowing you to revoke access keys individually without disrupting your entire setup.
Automated multi-mailbox campaigns with warmup syncing.
Enterprise scale outreach, rotation, and sub-inbox management.
Multichannel sequences with personalized variables.
Enrich leads and trigger outbound mails directly via SMTP integration.
Scale sequences directly using custom SMTP routing protocols.
Connect NodeJS, Python, Go, or PHP scripts directly via SMTP keys.
| Connection Parameter | Port | Security Protocol | Authentication type |
|---|---|---|---|
| SMTP Relay (SSL/TLS) | 465 | SSL / TLS | AUTH PLAIN / LOGIN |
| SMTP Relay (STARTTLS) | 587 | STARTTLS | AUTH PLAIN / LOGIN |
| IMAP Access (SSL/TLS) | 993 | SSL / TLS | AUTH PLAIN / LOGIN |
| IMAP Access (STARTTLS) | 143 | STARTTLS | AUTH PLAIN / LOGIN |
Yes. Because we expose standard SMTP ports, you can use standard libraries (like Nodemailer in JS or smtplib in Python) to relay outgoing mail from your apps.
Yes. All IMAP connections enforce SSL/TLS encryption protocols, ensuring secure retrieval of mailbox reply threads.
From your dashboard, verify your domain, create a mailbox, and click 'Generate SMTP Key' to instantly configure connection access values.
Agency and Scale plans support up to 50 concurrent SMTP connections to allow rapid campaign execution queues.
Unlock unlimited mailbox generation with isolated deliverability. Scale campaigns on your own terms.