This class can be used to crawl Web pages and scrape e-mail addresses into a MySQL database. It retrieves a given start Web page, follows its links to retrieve other pages and any other pages linked from those. It does not follow links with URLs that have certain file name extensions. The class scrapes ...
URL and Email Scrapper Support forum urlscraper Scrape URL and e-mail addresses from Web pages This class can be used to scrape URLs and e-mail addresses in Web pages. It can retrieve a given page and extract the URLs of links and e-mails contained in a page. The class may follow the links found ...
MSNStatus Support forum msnstatus Retrieve the status of MSN account This class is meant to retrieve the status of a MSN Messenger account. The class can also check if there are messages in the incoming mailbox of a given e-mail address. Example cron Readme Class Config file Cron Class ...
PHP Email To DB Support forum etodb Retrieve e-mail messages into a MySQL database This class can retrieve messages from a mailbox and insert them into a MySQL database. The class retrieves and parses messages from a mailbox using the PHP IMAP extension. The parsed messages can be stored in a MySQL ...
Receive Mail Support forum mailreceived Retrieve and parse messages from a POP3 mailbox This class can be used to retrieve and parse e-mail messages from a POP3 or IMAP using the PHP IMAP extension. It can connect to a mail server, retrieve the total number of messages in a mailbox, retrieve the ...
Email attachments reader (IMAP/POP3) Support forum email-attach-reader Retrieve file attachments from e-mail messages This class can be used to retrieve file attachments from e-mail messages. It can connect to an IMAP or POP3 server using the PHP IMAP extension and retrieves files attached to e-mail ...
MySQL Newsletter Support forum mysql-newsletter Store and retrieve newsletter e-mails from MySQL This class can be used to store and retrieve newsletter subscriber e-mail addresses from a MySQL database. It can create a MySQL database table for storing subscriber addresses, add an e-mail address ...
Email Parser Support forum emailparser Extract e-mail addresses from HTML pages This class can be used to extract e-mail addresses from HTML pages. It display a Web form to let the user specify the URL of the pages to process, as well additional parameters to access and process the pages like the ...
CpMailAddresses Support forum cpmailaddresses Get the e-mail addresses of cPanel hosting account This is a simple class that can be used to retrieve the listing of e-mail addresses of a cPanel hosting account. It accesses to a cPanel Web server on behalf of an administrator user, and retrieves the ...
Send messages via SMTP Support forum smtpandsockclass Send e-mail messages via SMTP connections. This package can be used to send e-mail messages via SMTP connections. There is one class that takes care of establishing a TCP socket connection to send and retrieve data through that socket. There ...