M9MMM
Newbie
- Nov 26, 2019
- 24
- 0
I would like to send massmailing from a VPS server (paid by the hour).
These will be query emails, I am interested in bounces in case after sending it turns out that the mailing address does not exist (hard bounce). Based on this, I would like to filter out emails from my database that no longer exist.
The end result is to send queries in one go and get bounces to the address in the "Return-Path" header.
All the paid services like Mailgun, Mailchimp, etc. are too expensive considering the volumes I want to send in a short period of time.
I was told that the cheapest way would be a VPS paid by the hour with a SMTP server set up., however, I have some doubts:
- If I get flagged as a spammer (and I'm sure I will after some time), will I still be able to get bounces to the address in the "Return-Path" header despite the reduced effectiveness of the queries? Do SMTP servers send bounces if they come from a "spammer"?
- What is the easiest way to put an SMTP server on such a VPS server and hook up a domain to it? (assuming, for example, that ubuntu is running on the server). Are there any ready-made scripts for this? I would like to automate the whole setup somehow.
These will be query emails, I am interested in bounces in case after sending it turns out that the mailing address does not exist (hard bounce). Based on this, I would like to filter out emails from my database that no longer exist.
The end result is to send queries in one go and get bounces to the address in the "Return-Path" header.
All the paid services like Mailgun, Mailchimp, etc. are too expensive considering the volumes I want to send in a short period of time.
I was told that the cheapest way would be a VPS paid by the hour with a SMTP server set up., however, I have some doubts:
- If I get flagged as a spammer (and I'm sure I will after some time), will I still be able to get bounces to the address in the "Return-Path" header despite the reduced effectiveness of the queries? Do SMTP servers send bounces if they come from a "spammer"?
- What is the easiest way to put an SMTP server on such a VPS server and hook up a domain to it? (assuming, for example, that ubuntu is running on the server). Are there any ready-made scripts for this? I would like to automate the whole setup somehow.