Hi!
* I'd like to connect to a mail server
* Confirm the senders email addresses
* Download the attached file from a speciall email
* Read the message body
How can I do this?
Someone who have tried this?
I found some functions for IMAP built in PHP,
do you recommend that I dig deeper in thos
I'm used to do like this:
$query = 'SELECT * FROM cities';
$result = mysql_query($query);
if($row = mysql_fetch_array($result))
do {
echo (' ' . $row[0] . ', ' . $row[1] . '
' . $row[2] . ' ' . $row[3] . " \n");
} while ($row = mysql_fetch_array($result));
-
2 matches
Mail list logo