<legend id='9kW3q'><style id='9kW3q'><dir id='9kW3q'><q id='9kW3q'></q></dir></style></legend>
    • <bdo id='9kW3q'></bdo><ul id='9kW3q'></ul>

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

        <tfoot id='9kW3q'></tfoot>

        <small id='9kW3q'></small><noframes id='9kW3q'>

        在 Django 中测试电子邮件发送

        Testing email sending in Django(在 Django 中测试电子邮件发送)
        <tfoot id='dEEKB'></tfoot>
        1. <small id='dEEKB'></small><noframes id='dEEKB'>

              • <bdo id='dEEKB'></bdo><ul id='dEEKB'></ul>

                  <legend id='dEEKB'><style id='dEEKB'><dir id='dEEKB'><q id='dEEKB'></q></dir></style></legend>
                    <tbody id='dEEKB'></tbody>
                  <i id='dEEKB'><tr id='dEEKB'><dt id='dEEKB'><q id='dEEKB'><span id='dEEKB'><b id='dEEKB'><form id='dEEKB'><ins id='dEEKB'></ins><ul id='dEEKB'></ul><sub id='dEEKB'></sub></form><legend id='dEEKB'></legend><bdo id='dEEKB'><pre id='dEEKB'><center id='dEEKB'></center></pre></bdo></b><th id='dEEKB'></th></span></q></dt></tr></i><div id='dEEKB'><tfoot id='dEEKB'></tfoot><dl id='dEEKB'><fieldset id='dEEKB'></fieldset></dl></div>
                • 本文介绍了在 Django 中测试电子邮件发送的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我需要测试我的 Django 应用程序发送的电子邮件内容是否正确.我不想依赖外部系统(例如临时 gmail 帐户),因为我'没有测试实际的电子邮件服务...

                  I need to test that my Django application sends e-mails with correct content. I don't want to rely on external systems (like an ad-hoc gmail account), since I'm not testing the actual e-mail service...

                  我想,也许,将电子邮件存储在本地的文件夹中,因为它们被发送.关于如何实现它的任何提示?

                  I would like to, maybe, store the emails locally, within a folder as they are sent. Any tip on how to achieve it?

                  推荐答案

                  你可以使用 用于发送电子邮件的文件后端,这是一个非常方便的开发和测试解决方案;电子邮件不会发送,而是存储在您可以指定的文件夹中!

                  You can use a file backend for sending emails which is a very handy solution for development and testing; emails are not sent but stored in a folder you can specify!

                  这篇关于在 Django 中测试电子邮件发送的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  env: python: No such file or directory(env: python: 没有这样的文件或目录)
                  How to evaluate environment variables into a string in Python?(如何在 Python 中将环境变量评估为字符串?)
                  Python - temporarily modify the current process#39;s environment(Python - 临时修改当前进程的环境)
                  Change current process environment#39;s LD_LIBRARY_PATH(更改当前进程环境的 LD_LIBRARY_PATH)
                  Reading and writing environment variables in Python?(在 Python 中读写环境变量?)
                  When to use sys.path.append and when modifying %PYTHONPATH% is enough(何时使用 sys.path.append 以及何时修改 %PYTHONPATH% 就足够了)
                  <legend id='POmvi'><style id='POmvi'><dir id='POmvi'><q id='POmvi'></q></dir></style></legend>
                    1. <i id='POmvi'><tr id='POmvi'><dt id='POmvi'><q id='POmvi'><span id='POmvi'><b id='POmvi'><form id='POmvi'><ins id='POmvi'></ins><ul id='POmvi'></ul><sub id='POmvi'></sub></form><legend id='POmvi'></legend><bdo id='POmvi'><pre id='POmvi'><center id='POmvi'></center></pre></bdo></b><th id='POmvi'></th></span></q></dt></tr></i><div id='POmvi'><tfoot id='POmvi'></tfoot><dl id='POmvi'><fieldset id='POmvi'></fieldset></dl></div>
                        <tbody id='POmvi'></tbody>
                        <bdo id='POmvi'></bdo><ul id='POmvi'></ul>
                      • <small id='POmvi'></small><noframes id='POmvi'>

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