php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "non-local mail"

How can XAMPP be configured to enable sending emails from a local server to external email addresses?

To enable sending emails from a local server using XAMPP, you need to configure the SMTP settings in the php.ini file. You can use a free SMTP service...

How can the PHP.ini file be configured to send emails to an SMTP server in the absence of a local MTA on a Linux server?

To configure the PHP.ini file to send emails to an SMTP server without a local MTA on a Linux server, you can use the `php.ini` settings to specify th...

What additional settings may need to be configured on the local machine to successfully send emails through PHP?

To successfully send emails through PHP, additional settings may need to be configured on the local machine, such as setting up an SMTP server and pro...

Is it advisable to run a mail server software on Windows 7 Home Premium 64-bit for PHP development?

Running a mail server software on Windows 7 Home Premium 64-bit for PHP development may not be advisable due to potential security risks and compatibi...

How can PHP be used to send HTML emails with alternative text for non-HTML clients?

To send HTML emails with alternative text for non-HTML clients, you can use the PHP `mail()` function along with MIME headers to include both HTML and...

Showing 46 to 50 of 6189 results

‹ 1 2 ... 7 8 9 10 11 12 13 ... 1237 1238 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.