phpmailer - The following SMTP Error: Data not accepted

后端 未结 15 1040
半阙折子戏
半阙折子戏 2020-12-01 17:34

I\'m trying to figure out this issue for 6 hours. But there is nothing to make sense. Here is the scenario; There is a well formatted HTML template.

<         


        
15条回答
  •  春和景丽
    2020-12-01 18:10

    For AWS users who work with Amazon SES in conjunction with PHPMailer, this error also appears when your "from" mail sender isn't a verified sender.

    To add a verified sender:

    1. Log in to your Amazon AWS console: https://console.aws.amazon.com

    2. Select "Amazon SES" from your list of available AWS applications

    3. Select, under "Verified Senders", the "Email Addresses" --> "Verify a new email address"

    4. Navigate to that new sender's email, click the confirmation e-mail's link.

    And you're all set.

提交回复
热议问题