PHP Mail functions

Source: Internet
Author: User
Tags configuration settings

PhpMail function About PHP Mail

The mail () function allows you to send e-mail directly from a script.

Demand

For the mail function to be available, PHP needs an installed and running messaging system. The program you want to use is defined by the configuration settings in the php.ini file.

Installation

The Mail function is part of the PHP core. These functions can be used without installation.

Runtime Configuration

The behavior of the Mail function is affected by the settings in the php.ini file.

Mail configuration options:

name default Description can be changed
Smtp "LocalHost" Windows-only: The DNS name or IP address of the SMTP server. Php_ini_all
Smtp_port "25" Windows Dedicated: SMTP port number. Available from PHP 4.3. Php_ini_all
Sendmail_from Null Windows Exclusive: Specifies the "from" address that is used in e-mail messages sent by PHP. Php_ini_all
Sendmail_path Null Unix System-specific: Specifies the path to the SendMail program (usually/usr/sbin/sendmail or/usr/lib/sendmail). Php_ini_system

PHP Mail functions

php: Indicates the earliest version of PHP that supports this function.

function Description PHP
Ezmlm_hash () Computes the hash value required for the EZMLM mailing list system. 3
Mail () Allows you to send e-mail directly from the script. 3

PHP Mail Constants

No.

PHP Mail functions

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.