Some parameters of Phpmailer

Source: Internet
Author: User
Tags base64 function prototype

A begins with:

$AltBody – Properties
Derived from: Phpmailer:: $AltBody
Files: class.phpmailer.php
Description: The setting of this property is an alternate display of HTML that is not supported in the message body

addaddress– method
Derived from: phpmailer::addaddress (), File: class.phpmailer.php
Note: Increase the recipient. Parameter 1 is the recipient's mailbox, and Parameter 2 is the recipient's salutation. Example AddAddress ("[Email protected]", "Xiaoxiaoyu"), but parameter 2 optional, addaddress ([email protected] ) is also possible.
Function prototype: Public function addaddress ($address, $name = ") {}

addattachment– method
Derived from: Phpmailer::addattachment ()
File: class.phpmailer.php.
Note: Add attachments.
Parameters: Path, name, encoding, type. Where the path is required and the other is optional
Function Prototypes:
AddAttachment ($path, $name = ", $encoding = ' base64′, $type = ' Application/octet-stream ') {}

addbcc– method
Derived from: PHPMAILER::ADDBCC ()
Files: class.phpmailer.php
Description: Add a secret send. For the difference between CC and BCC, see [the difference between BCC and CC in SMTP senders].
The parameter 1 is the address, and the parameter 2 is the name. Note This method only supports the use of SMTP under Win32, and does not support the mail function
Function prototype: Public function addbcc ($address, $name = ") {}

addcc– method
Derived from: PHPMAILER::ADDCC ()
Files: class.phpmailer.php
Note: Add a CC. For the difference between CC and BCC, see [the difference between BCC and CC in SMTP senders].
Parameter 1 is address, parameter 2 is name note This method supports SMTP only with Win32, and does not support mail functions
Function prototype: Public function ADDCC ($address, $name = ") {}

addcustomheader– method
Derived from: Phpmailer::addcustomheader ()
Files: class.phpmailer.php
Description: Add a custom e-mail header.
parameter is header information
Function prototype: Public function Addcustomheader ($custom _header) {}

addembeddedimage– method
Derived from: Phpmailer::addembeddedimage ()
Files: class.phpmailer.php
Description: Add an embedded image
Parameters: path, return handle [, Name, encoding, type]
Function prototype: Public function Addembeddedimage ($path, $cid, $name = ", $encoding = ' base64′, $type = ' Application/octet-stream ') {}
Tip: Addembeddedimage (Picture_path. "Index_01.jpg", "img_01", "index_01.jpg");
Reference <img src= "cid:img_01" in HTML >

addreplyto– method
Originating from: Phpmailer:: Addreplyto ()
Files: class.phpmailer.php
Note: Add a reply label, such as "reply-to"
Parameter 1 address, parameter 2 name
Function prototype: Public function Addreplyto ($address, $name = ") {}

Addstringattachment-Methods
Originating from: Phpmailer:: Addstringattachment ()
Files: class.phpmailer.php
Description: Add a string or binary attachment (Adds a string or binary attachment (Non-filesystem) to the list. )
Parameters: string, file name [, encoding, type]
Function prototype: Public function addstringattachment ($string, $filename, $encoding = ' base64′, $type = ' Application/octet-stream ') { }

authenticate– method
Derived from: Smtp::authenticate ()
Files: class.smtp.php
Description: Start SMTP authentication, must be called after Hello (), if authentication succeeds, returns True,
Parameter 1 user name, parameter 2 password
Function prototype: Public function Authenticate ($username, $password) {}

b Start

$Body – Properties
Derived from: Phpmailer:: $Body
Files: class.phpmailer.php
Description: Message content, HTML or text format

C Start

$CharSet – Properties
Derived from: Phpmailer:: $CharSet
Files: class.phpmailer.php
Description: Message encoding, default = Iso-8859-1

$ConfirmReadingTo – Properties
Derived from: Phpmailer:: $ConfirmReadingTo file class.phpmailer.php
Description: Receipt?

$ContentType – Properties
Derived from: Phpmailer:: $ContentType
Files: class.phpmailer.php
Description: Type of document, default to "Text/plain"

$CRLF – Properties
Derived from: Phpmailer:: $ContentType
Files: class.phpmailer.php
Description: The delimiter for SMTP reply end (SMTP reply line ending? )

class.phpmailer.php– Object
Originating From: class.phpmailer.php
Files: class.phpmailer.php
Description: Phpmailer Object

class.smtp.php– Object
Derived from: class.smtp.php file: class.smtp.php
Description: The SMTP Feature Object

clearaddresses– method
Derived from: phpmailer::clearaddresses ()
Files: class.phpmailer.php
Note: Clear the recipient to prepare for the next shipment. return type is void

clearallrecipients– method
Derived from: phpmailer::clearallrecipients ()
Files: class.phpmailer.php
Description: Clear all recipients, including CC (CC) and Bcc (secret send)

clearattachments– method
Derived from: phpmailer::clearattachments ()
Files: class.phpmailer.php
Description: Clear Attachment

clearbccs– method
Derived from: Phpmailer::clearbccs () file class.phpmailer.php
Description: Clear Bcc (Secret send)

clearcustomheaders– method
Derived from: Phpmailer::clearcustomheaders ()
Files: class.phpmailer.php
Description: Clear the custom header

clearreplytos– method
Derived from: Phpmailer::clearreplytos ()
Files: class.phpmailer.php
Explanation: Clear Reply person

close– method
Derived from: Smtp::close ()
Files: class.smtp.php
Description: Close an SMTP connection

connect– method
Derived from: Smtp::connect ()
Files: class.smtp.php
Description: Establish an SMTP connection [/color]mailer.html

$ContentType – Properties
Derived from: Phpmailer:: $ContentType
Files: class.phpmailer.php
Description: Type of document, default to "Text/plain"

D Start
$do _debug– Properties
Originating from: SMTP:: $do _DEBUG
Files: class.smtp.php
Description: SMTP Debug output

Data-Method
Originating from: SMTP::D ata ()
Files: class.smtp.php
Description: Sends a data command and message information to the server (Sendsthemsg_datatotheserver)

E start

$Encoding – Properties
Derived from: Phpmailer:: $Encoding
Files: class.phpmailer.php
Description: Set the encoding method of the message, Optional: "8bit", "7bit", "binary", "base64", and "quoted-printable".

$ErrorInfo – Properties
Derived from: Phpmailer:: $ErrorInfo
Files: class.phpmailer.php
Description: Returns the last error message in Mail SMTP

expand– method
Derived from: Smtp::expand ()
Files: class.smtp.php
Description: Returns all users in the mailing list. Succeeds returns the array, otherwise returns False (Expandtakesthenameandaskstheservertolistallthepeoplewhoaremembersofthe_list_. Expandwillreturnbackandarrayoftheresultorfalseifanerroroccurs.)

F Start:

$From – Properties
Derived from: Phpmailer:: $From file class.phpmailer.php
Description: Sender e-mail address
$FromName – Properties
Derived from: Phpmailer:: $FromName
Files: class.phpmailer.php
Description: Sender Salutation

H Start:

$Helo – Properties
Derived from: Phpmailer:: $Helo
Files: class.phpmailer.php
Description: Set Smtphelo, Default is $hostname (Setsthesmtpheloofthemessage (defaultis$hostname).)

$Host – Properties
Derived from: Phpmailer:: $Host
Files: class.phpmailer.php
Description: Set the SMTP server in the format: hostname [port number], such as smtp1.example.com:25 and smtp2.example.com are legal

$Hostname – Properties
Derived from: Phpmailer:: $Hostname
Files: class.phpmailer.php
Description: Set the hostname in Message-id and andreceivedheaders and be used at the same time by $helo. If blank, the default is server_name or ' localhost.localdomain '

hello– method
Derived from: Smtp::hello ()
Files: class.smtp.php
Description: Send the HELO command to the SMTP server

help– method
Derived from: Smtp::help ()
Files: class.smtp.php
Description: If there are keywords, get help information for keywords

I begin with:

iserror– method
Derived from: Phpmailer::iserror ()
Files: class.phpmailer.php
Description: Returns whether an error occurred

ishtml– method
Derived from: phpmailer::ishtml ()
Files: class.phpmailer.php
Description: Sets whether the letter is in HTML format

ismail– method
Derived from: Phpmailer::ismail ()
Files: class.phpmailer.php
Description: Set whether to use PHP's mail function to send a piece

isqmail– method
Derived from: Phpmailer::isqmail ()
Files: class.phpmailer.php
Description: Set whether to use Qmailmta to send a piece

issendmail– method
Derived from: Phpmailer::issendmail ()
Files: class.phpmailer.php
Description: Whether to use the $sendmail program to send a piece

issmtp– method
Derived from: Phpmailer::issmtp ()
Files: class.phpmailer.php
Description: Whether to send a piece using SMTP

M Start:

$Mailer – Properties
Derived from: Phpmailer:: $Mailer
Files: class.phpmailer.php
Description: Sender mode, ("Mail", "SendMail", or "SMTP"). One of the

mail– method
Derived from: Smtp::mail ()
Files: class.smtp.php
Description: Returns TRUE or false, starting with a mail address in $from. If true, the sender is started

N begins with:

noop– method
Derived from: Smtp::noop ()
Files: class.smtp.php
Description: Send an NOOP command to the SMTP server

P begins with:
$Password – Properties
Derived from: Phpmailer:: $Password
Files: class.phpmailer.php
Description: Set the password for SMTP

$PluginDir – Properties
Derived from: Phpmailer:: $PluginDir
Files: class.phpmailer.php
Description: Set Phpmailer plug-in directory, only valid in Smtpclass not in Phpmailer directory

$Port – Properties
Derived from: Phpmailer:: $Port
Files: class.phpmailer.php
Description: Set the port number for SMTP

$Priority – Properties
Derived from: Phpmailer:: $Priority
Files: class.phpmailer.php
Note: Set the message delivery priority level. 1= Emergency, 3 = normal, 5 = not urgent

phpmailer– Object
Originating From: Phpmailer
Files: class.phpmailer.php
Description: Phpmailer-phpemailtransportclass

Q Start

quit– method
Derived from: Smtp::quit ()
Files: class.smtp.php
Description: Sends a QUIT command to the server if no error occurs. So turn off sock, or $close_on_error to True

R start

recipient– method
Derived from: Smtp::recipient ()
Files: class.smtp.php
Description: Use to send the RCPT command to SMTP with the parameters: $to

reset– method
Derived from: Smtp::reset ()
Files: class.smtp.php
Description: Sends the RSET command to cancel processing in transit. Success returns TRUE, otherwise false

S start:

$Sender – Properties
Derived from: Phpmailer:: $Sender
Files: class.phpmailer.php
Description: Setsthesenderemail (Return-path) ofthemessage. Ifnotempty,willbesentvia-ftosendmailoras ' Mailfrom ' Insmtpmode.

$Sendmail – Properties
Derived from: Phpmailer:: $Sendmail
Files: class.phpmailer.php
Description: Set the directory for the sender program

$SMTPAuth – Properties
Derived from: Phpmailer:: $SMTPAuth
Files: class.phpmailer.php
Description: Set whether SMTP requires authentication, use username and password variables

$SMTPDebug – Properties
Derived from: Phpmailer:: $SMTPDebug
Files: class.phpmailer.php
Description: Set SMTP to debug output?

$SMTPKeepAlive – Properties
Derived from: Phpmailer:: $SMTPKeepAlive
Files: class.phpmailer.php
Note: Do not close the connection after each sender. If true, you must use Smtpclose () to close the connection

$SMTP _port– Properties
Originating from: SMTP:: $SMTP _port
Files: class.smtp.php
Description: Set the SMTP port

$Subject – Properties
Derived from: Phpmailer:: $Subject
Files: class.phpmailer.php
Description: Set the subject of the letter

send– method
Derived from: Smtp::send ()
Files: class.smtp.php
Note: Start a message transfer from the specified e-mail address

send– method
Derived from: Phpmailer::send ()
Files: class.phpmailer.php
Description: Create a message and develop a sender program. Returns False if the sender is unsuccessful, use ErrorInfo to view the error message

sendandmail– method
Derived from: Smtp::sendandmail ()
Files: class.smtp.php
Note: Start a message transfer from the specified e-mail address

sendormail– method
Derived from: Smtp::sendormail ()
Files: class.smtp.php
Note: Start a message transfer from the specified e-mail address

setlanguage– method
Derived from: Phpmailer::setlanguage ()
Files: class.phpmailer.php
Description: Sets the language type of the Phpmailer error message, returns False if the language file cannot be loaded, and defaults to 中文版

smtp– method
Derived from: Smtp::smtp ()
Files: class.smtp.php
Description: Initialize an object so that the data is in a known state

smtp– Object
Originating From: SMTP
Files: class.smtp.php
Description: SMTP Object

smtpclose– method
Derived from: Phpmailer::smtpclose ()
Files: class.phpmailer.php
Description: If there is an active SMTP, close it.

T start

$Timeout – Properties
Derived from: Phpmailer:: $Timeout
Files: class.phpmailer.php
Description: Set the timeout (in seconds) for the SMTP server. Note: This property is not valid under Win32

turn– method
Derived from: Smtp::turn ()
Files: class.smtp.php
Description: This is an optional SMTP parameter, currently Phpmailer does not support him and may support future

U start

$Username – Properties
Derived from: Phpmailer:: $Username
Files: class.phpmailer.php
Description: Set the SMTP user name

V Start

$Version – Properties
Derived from: Phpmailer:: $Version
Files: class.phpmailer.php
Description: Returns the version of Phpmailer

verify– method
Derived from: smtp::verify ()
Files: class.smtp.php
Description: Checks whether the user name has been verified by the server

W Start:

$WordWrap – Properties
Derived from: Phpmailer:: $WordWrap
Files: class.phpmailer.php
Description: Sets the maximum number of characters per line, and wraps it more than the number of changes.

--------------------------------------------------------------------------------------------------------------- ---------------------

The specific code is as follows:

Require_once (".. /libs/phpmailer/class.phpmailer.php ");
Require_once (".. /libs/phpmailer/class.smtp.php ");

$mail = new Phpmailer ();
$mail->charset = "UTF-8";
$mail->issmtp ();
$mail->host = "smtp.126.com"; SMTP server address
$mail->smtpauth = true; Whether SMTP requires authentication, now STMP servers basically need to verify
$mail->username = "jijun7885417"; Login user Name
$mail->password = "* * * * *"; Login Password

$mail->from = "Usermail"; Sender address ([email protected])
$mail->fromname = "Webmaster"; Sender Name

$mail->addaddress ("[email protected]"); Here is the recipient's address ([email protected])
$mail->wordwrap = 50;
$mail->ishtml (TRUE);

$mail->subject = "=? UTF-8? B? ". Base64_encode ("My Mail"). "? =";//solve the Chinese theme garbled
$mail->body = "<p> Hello! <BR> <BR> welcome you to register for the Perfect Life blog (http://blog.hnce.net) <BR><BR> ";

if (! $mail->send ())
{
echo "Mailer Error:". $mail->errorinfo;
echo "Send mail error!";
}
Else
{
echo "Mail sent successfully! ";
}

Some parameters of Phpmailer

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.