php Send mail about problem: Mail sent, return to invalid address

Source: Internet
Author: User
Tags php send mail
php Send mail problem: Message sent, return to invalid address:
:
Why is there such a situation?

------to solve the idea----------------------
Public Function addaddress ($address, $name = ") {
return $this->addanaddress (' to ', $address, $name);
}

Private Function Addanaddress ($kind, $address, $name = ") {
if (!preg_match ('/^ (to
------to solve the idea----------------------
Cc
------to solve the idea----------------------
Bcc
------to solve the idea----------------------
ReplyTo) ($/', $kind)) {
Echo ' Invalid recipient array: '. Kind
return false;
}
$address = Trim ($address);
$name = Trim (preg_replace ('/[\r\n]+/', ' ', $name)); Strip breaks and trim
if (!self::validateaddress ($address)) {
$this->seterror ($this->lang (' invalid_address '). ': ' $address);
if ($this->exceptions) {
throw new Phpmailerexception ($this->lang (' invalid_address '). ': ' $address);
}
echo $this->lang (' invalid_address '). ': ' $address;
return false;
}
...
  • 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.