Email Management + Scraper

by 2 replies
3
I built a scraper/emailer for a directory site, I am sending about 1,000 polite non invasive emails per day b2b (I am getting outstanding results.)

Many emails comeback undeliverable as (they no longer exist) This site has multiple listings of the same companies, so I have to move those addresses into a file that is checked by my program to skip those undeliverable emails.

A bit Time consuming Is there email software that will capture those addresses and put them in a text file or something to that effect?

Thanks in advance
#programming #email #email management #management #scraper
  • If you built the scraper yourself, then why not just save those bounced emails in a MySQL database then check against it each time your scraper runs?
    • [1] reply
    • I do that now.... I haven't figured out a way to pull the bounced email and put it directly into a file. The process is taking me about 30 min per day to enter them into the DB now. (Manually)

Next Topics on Trending Feed

  • 3

    I built a scraper/emailer for a directory site, I am sending about 1,000 polite non invasive emails per day b2b (I am getting outstanding results.) Many emails comeback undeliverable as (they no longer exist) This site has multiple listings of the same companies, so I have to move those addresses into a file that is checked by my program to skip those undeliverable emails.