Hello

Status
Not open for further replies.

inbox5

Newbie
Joined
May 10, 2026
Messages
4
Reaction score
1
Hi everyone,

Lurked here for a while, finally posting. I'm a dev focused on email deliverability. Got tired of everything landing in spam/promo using standard tools, so I coded my own system in Docker.

The tech:
  • I don't use Python libs for emails. I write raw MIME to match eM Client exactly (headers, boundaries, the whole footprint).
  • I use a pool of accounts (Gmail, Yahoo, etc.) with dedicated residential proxies for each.
  • Every email is unique (html noise, shuffle rotation, nested spintax).
  • Links go through Google search redirects so Google doesn't flag the destination domain.
  • It has a sleep window and random delays to look like a real person.

I honestly just love the challenge of outsmarting Gmail and other big providers. It’s a cat-and-mouse game that I really enjoy winning.


Looking forward to talking tech with anyone who goes deep into email infrastructure.
 
Status
Not open for further replies.
Back
Top