Loans - Wholesale Drop Ship Suppliers - Credit Cards - Mortgage Calculator - Fuente De

PDA

View Full Version : Receive-only email


decepti0n
Jun 8th 2007, 1:30 am
Same thing as dodgeit or mailinator, it catches all email sent to the server

I have no idea if it's doable in php or if it requires server configuration or something, but does anyone have any resources on it?

One I downloaded used imap to simple check any address, but when I tried it, the mail wouldn't send in the first place and imap would return an error

Any help would be awesome :D

rodney88
Jun 8th 2007, 3:21 am
You can usually set up a catchall email account through your control panel. You can then use PHP to check that mailbox using imap.

decepti0n
Jun 8th 2007, 4:49 am
Well, I set the default address for decepti0n.com to my email, hopefully it'll work. Thanks for the tip!