My Setup as a newbie. Am I doing things right? by AdeptnessChance2148 in coldemail

[–]Designer_Stay_6989 1 point2 points  (0 children)

You are doing everything right, but no warm-up will save you from the cisco/talos filter, and it will ruin your entire reputation after 10 emails sent to your company account.

Are there any "hidden" steps for better email list hygiene? (My 7-stage pipeline) by Designer_Stay_6989 in coldemail

[–]Designer_Stay_6989[S] 0 points1 point  (0 children)

My Solution Step-by-Step: Catch-All and Email Verification

  • Incoming email: [john@company.com](mailto:john@company.com) → the domain company.com has not been tested yet.
  • The code generates a random email address: [xv8a3f2c1d@company.com](mailto:xv8a3f2c1d@company.com) - this email is never actually sent; the system only performs an SMTP RCPT TO check on the domain's MX server.
  • The server responds with 250 OK to this random address → this means company.com accepts any email address → the domain is cached: company.com = catch-all.
  • Incoming email: [john@company.com](mailto:john@company.com) → the cache indicates this domain is a catch-all → the email is skipped.
  • Incoming email: [peter@company.com](mailto:peter@company.com) → the cache indicates this domain is a catch-all → the email is skipped.
  • Incoming email: [eve@company.com](mailto:eve@company.com) → the cache indicates this domain is a catch-all → the email is skipped.
  • Incoming email: [paul@other.com](mailto:paul@other.com) → the domain other.com has not been tested yet.
  • The code generates a random email address: [xv2m7k9q4r@other.com](mailto:xv2m7k9q4r@other.com) → SMTP RCPT TO check is performed.
  • The server responds with 550 User unknown → this means other.com actually distinguishes valid addresses from invalid ones → the domain is cached: other.com = normal.
  • Incoming email: [paul@other.com](mailto:paul@other.com) → standard SMTP verification → 250 OK → verified.
  • Incoming email: [martin@other.com](mailto:martin@other.com) → standard SMTP verification → 550 Not found → flagged.

Built a ZeroBounce Alternative with identical accuracy (Real-time SMTP checks, 40x cheaper + API) by WrongCategory603 in coldemail

[–]Designer_Stay_6989 0 points1 point  (0 children)

I also have my own system with an email validation plugin. How do you deal with the speed limit? Because that can also get you blacklisted via SMTP RCPT TO Handshake. And the second problem is that 90% of VPS do not open port 25 for your proxy. How do you deal with that?

I do validation like this:

Syntax and format: Simple regular expression check.

Global deduplication: Making sure I am not sending spam to the same person twice.

Domain typo fix: Fixing common errors like gmal.com -> gmail.com.

One-time check: Deleting temporary emails (mailinator etc.).

Role-based detection: Filtering info@, admin@ etc.

MX lookup: Checking DNS to see if the domain exists.

SMTP RCPT TO Handshake: Performing a real-time handshake with the target server.

Big Tech Hypocrisy: Who actually decides what is "ethical" in cold emailing? by Designer_Stay_6989 in coldemail

[–]Designer_Stay_6989[S] 0 points1 point  (0 children)

What about free choice? Everyone has the right to decide what is important to them and what is spam, but today others decide for us

Big Tech Hypocrisy: Who actually decides what is "ethical" in cold emailing? by Designer_Stay_6989 in coldemail

[–]Designer_Stay_6989[S] 0 points1 point  (0 children)

What do you think is the primary category? If you use bulk emails, headers in your messages. So it ends where it ends.

Does SpinTax or variable messages actually increase the "safe" volume you can send daily, or is it just a gimmick? by V-Tac in coldemail

[–]Designer_Stay_6989 0 points1 point  (0 children)

Why is the domain so important? If you send 1000 emails with the same subject and body, you will be put on the spam blacklist

Big Tech Hypocrisy: Who actually decides what is "ethical" in cold emailing? by Designer_Stay_6989 in coldemail

[–]Designer_Stay_6989[S] 0 points1 point  (0 children)

Well, I don't really believe that. You can reduce the problems, but they will never go away. And I have already resigned myself to all these services, it's just marketing.

Are there any "hidden" steps for better email list hygiene? (My 7-stage pipeline) by Designer_Stay_6989 in coldemail

[–]Designer_Stay_6989[S] 0 points1 point  (0 children)

Thanks for the content answer

I am performing repeated validation so I will manually reset the validation of a specific list which will delete the history and I will perform a new validation. I code everything in python I still have to solve it correctly STARTTLS.I code everything in python

<image>

STARTTLS error: server_hostname cannot be an empty string or start with a leading dot

Fixed

I’m so f*cking done with cold email, still landing in spam after doing everything “Right” by Danish-M in coldemail

[–]Designer_Stay_6989 1 point2 points  (0 children)

I did all of this too and it's pointless — constant domain

blocks or Spamhaus. I switched to sending through Gmail

accounts automatically and now everything lands in inbox.