Related questions about sending mail with the Phpmailer class
Source: Internet
Author: User
Issues related to sending messages with the Phpmailer class.
[size=12px] has a createbody () method in the Phpmailer class, [/size] The code is as follows:
/**
* Assembles the message body. Returns an empty string on failure.
* @access Public
* @return string the assembled message body
*/
Public Function Createbody () {
$body = ";
if ($this->sign_key_file) {
$body. = $this->getmailmime ();
}
Problem:
has been passed from the background. Option Array object, you need to set the contents of the option array object in a certain format in the body of the sending file, how can I set it????
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.