php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "fetch emails"

How can PHP distinguish between TEXT and HTML emails when using IMAP to fetch emails?

When fetching emails using IMAP in PHP, you can distinguish between TEXT and HTML emails by checking the content type of the email. You can use the PH...

What are some common methods for retrieving and displaying emails from a domain using PHP?

To retrieve and display emails from a domain using PHP, you can use the PHP IMAP extension to connect to the email server, fetch emails, and display t...

How can IMAP be used to filter out unread emails in PHP?

To filter out unread emails using IMAP in PHP, you can use the IMAP search function with the UNSEEN flag to only fetch unread emails from the server....

What potential issues could arise when running a PHP script to fetch emails from a POP3 account and insert their content into a MySQL database on different servers with varying PHP versions?

One potential issue that could arise when running a PHP script to fetch emails from a POP3 account and insert their content into a MySQL database on d...

How can PHP be used to read emails with attachments?

To read emails with attachments using PHP, you can utilize the PHP IMAP extension to connect to an email server, fetch emails, and process attachments...

Showing 1 to 5 of 9569 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1913 1914 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.