Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8381875
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T16:47:38+00:00 2026-06-09T16:47:38+00:00

Is it possible to replace calls to django.core.mail.send_mail() across my entire project (including third-party

  • 0

Is it possible to replace calls to django.core.mail.send_mail() across my entire project (including third-party projects in my INSTALLED_APPS) with a custom send_mail()?

I’m integrating django-mailer with my project, which provides a replacement send_mail() for django.core.mail.send_mail(). Since both use the same function signature the docs suggest importing the django-mailer version in places where you’d normally import the Django-provided version like so:

# favour django-mailer but fall back to django.core.mail
from django.conf import settings

if "mailer" in settings.INSTALLED_APPS:
    from mailer import send_mail
else:
    from django.core.mail import send_mail

This works for my own app code, but I’d also like to make the same changes across third-party apps that use django.core.mail.send_mail(). Right now, I hit errors when these apps try to send e-mail.

Does Django provide any kind of hook to replace django.core.mail.send_mail(), or is there a workaround? Right now I’m looking at forking each third-party project that sends e-mails and adding the conditional import code above, but that is obviously not ideal.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T16:47:39+00:00Added an answer on June 9, 2026 at 4:47 pm

    Django has email backends that let you override the way that emails from django.core.mail are sent, instead of going through SMTP. There are some that let you save them locally and so on; django-mailer also includes one (as described in usage.txt) to do exactly what you want to do.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to replace all PNGs across the board with GIFs using jquery?
I wonder it is possible to use Boost.PHP to replace some PHP core functions
Possible Duplicate: Replace a list of emoticons with their images i'm developing a website
Possible Duplicate: Replace words in a string, but ignore HTML Is it possible to
Is it possible to replace iframe src with a element href attribute when user
Is it possible to replace the Mac OS X login window, /System/Library/CoreServices/loginwindow.app, with a
Is it possible to replace a method of a Moose object at runtime ?
Is it possible to replace a word with emoticons? For example NSString *myString =
Is it possible to replace the pin icon of an annotation by a dynamic
Matlab documentation states that it is possible to replace the Nth occurrence of the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.