<small id='O4xU4'></small><noframes id='O4xU4'>

<tfoot id='O4xU4'></tfoot>

    1. <legend id='O4xU4'><style id='O4xU4'><dir id='O4xU4'><q id='O4xU4'></q></dir></style></legend>
        <bdo id='O4xU4'></bdo><ul id='O4xU4'></ul>
    2. <i id='O4xU4'><tr id='O4xU4'><dt id='O4xU4'><q id='O4xU4'><span id='O4xU4'><b id='O4xU4'><form id='O4xU4'><ins id='O4xU4'></ins><ul id='O4xU4'></ul><sub id='O4xU4'></sub></form><legend id='O4xU4'></legend><bdo id='O4xU4'><pre id='O4xU4'><center id='O4xU4'></center></pre></bdo></b><th id='O4xU4'></th></span></q></dt></tr></i><div id='O4xU4'><tfoot id='O4xU4'></tfoot><dl id='O4xU4'><fieldset id='O4xU4'></fieldset></dl></div>
      1. Laravel Mail 发送电子邮件但返回 false

        Laravel Mail sending email but returning false(Laravel Mail 发送电子邮件但返回 false)
        • <bdo id='2Xgdl'></bdo><ul id='2Xgdl'></ul>

          <i id='2Xgdl'><tr id='2Xgdl'><dt id='2Xgdl'><q id='2Xgdl'><span id='2Xgdl'><b id='2Xgdl'><form id='2Xgdl'><ins id='2Xgdl'></ins><ul id='2Xgdl'></ul><sub id='2Xgdl'></sub></form><legend id='2Xgdl'></legend><bdo id='2Xgdl'><pre id='2Xgdl'><center id='2Xgdl'></center></pre></bdo></b><th id='2Xgdl'></th></span></q></dt></tr></i><div id='2Xgdl'><tfoot id='2Xgdl'></tfoot><dl id='2Xgdl'><fieldset id='2Xgdl'></fieldset></dl></div>

          <small id='2Xgdl'></small><noframes id='2Xgdl'>

              <tbody id='2Xgdl'></tbody>

                1. <tfoot id='2Xgdl'></tfoot>
                  <legend id='2Xgdl'><style id='2Xgdl'><dir id='2Xgdl'><q id='2Xgdl'></q></dir></style></legend>
                  本文介绍了Laravel Mail 发送电子邮件但返回 false的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在尝试发送电子邮件并在需要时显示任何错误.以下代码正在发送电子邮件,我收到它就好了.但问题是,当我检查 $sent var 时,它对我返回 false.

                  I am trying to send a email and show any errors if needed. The following code is sending a email and I am receiving it just fine. The issue though, is that when I do the check on the $sent var, it returns false for me.

                  我只是在这里遗漏了什么吗?可能是因为晚了.谁知道...

                  Am I just missing something here? It might be because it's late. Who knows...

                  $sent = Mail::send('emails.users.reset', compact('user', 'code'), function($m) use ($user)
                  {
                      $m->to($user->email)->subject('Activate Your Account');
                  });
                  
                  if( ! $sent)
                  {
                      $errors = 'Failed to send password reset email, please try again.';
                  }
                  

                  推荐答案

                  Mail::send() 方法不返回任何内容.

                  The Mail::send() method doesn't return anything.

                  您可以使用 Mail::failures()(我认为在 4.1 中引入)方法来获取失败的收件人数组,在您的代码中它看起来像这样.

                  You can use the Mail::failures() (introduced in 4.1 I think) method to get an array of failed recipients, in your code it would look something like this.

                  Mail::send('emails.users.reset', compact('user', 'code'), function($m) use ($user)
                  {
                      $m->to($user->email)->subject('Activate Your Account');
                  });
                  
                  if(count(Mail::failures()) > 0){
                      $errors = 'Failed to send password reset email, please try again.';
                  }
                  

                  这篇关于Laravel Mail 发送电子邮件但返回 false的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  DeepL的翻译效果还是很强大的,如果我们要用php实现DeepL翻译调用,该怎么办呢?以下是代码示例,希望能够帮到需要的朋友。 在这里需要注意,这个DeepL的账户和api申请比较难,不支持中国大陆申请,需要拥有香港或者海外信用卡才行,没账号的话,目前某宝可以
                  PHP通过phpspreadsheet导入Excel日期,导入系统后,全部变为了4开头的几位数字,这是为什么呢?原因很简单,将Excel的时间设置问文本,我们就能看到该日期本来的数值,上图对应的数值为: 要怎么解决呢?进行数据转换就行,这里可以封装方法,或者用第三方的
                  mediatemple - can#39;t send email using codeigniter(mediatemple - 无法使用 codeigniter 发送电子邮件)
                  Laravel Gmail Configuration Error(Laravel Gmail 配置错误)
                  Problem with using PHPMailer for SMTP(将 PHPMailer 用于 SMTP 的问题)
                  Issue on how to setup SMTP using PHPMailer in GoDaddy server(关于如何在 GoDaddy 服务器中使用 PHPMailer 设置 SMTP 的问题)
                        <tbody id='qwhZe'></tbody>
                      <i id='qwhZe'><tr id='qwhZe'><dt id='qwhZe'><q id='qwhZe'><span id='qwhZe'><b id='qwhZe'><form id='qwhZe'><ins id='qwhZe'></ins><ul id='qwhZe'></ul><sub id='qwhZe'></sub></form><legend id='qwhZe'></legend><bdo id='qwhZe'><pre id='qwhZe'><center id='qwhZe'></center></pre></bdo></b><th id='qwhZe'></th></span></q></dt></tr></i><div id='qwhZe'><tfoot id='qwhZe'></tfoot><dl id='qwhZe'><fieldset id='qwhZe'></fieldset></dl></div>

                        <bdo id='qwhZe'></bdo><ul id='qwhZe'></ul>

                            <legend id='qwhZe'><style id='qwhZe'><dir id='qwhZe'><q id='qwhZe'></q></dir></style></legend>

                            <small id='qwhZe'></small><noframes id='qwhZe'>

                          • <tfoot id='qwhZe'></tfoot>