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

  • Home
  • SEARCH
  • 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 7027975
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T00:19:28+00:00 2026-05-28T00:19:28+00:00

How to send activation email with username by using django-registration .I’ve configured Amazon SES

  • 0

How to send activation email with username by using django-registration.I’ve configured Amazon SES on server.

Here is my settings

AWSAccessKeyId='my_key'
AWSSecretKey='my_key'
EMAIL_BACKEND = 'django_ses.SESBackend`

When User trying to register. They get following error message. Will you please help me ? Thank you

NoAuthHandlerFound at /accounts/register/
No handler was ready to authenticate. 1 handlers were checked. ['HmacAuthV3Handler'] Check               your credentials

I’m doing something wrong? please help

Latest UPDATE

'Check your credentials' % (len(names), str(names)))
NoAuthHandlerFound: No handler was ready to authenticate. 1 handlers were checked. ['HmacAuthV3Handler'] Check your credentials

OLD UPDATE

I’ve made some changes in settings.py

AWS_ACCESS_KEY_ID='my_key'
AWS_SECRET_ACCESS_KEY='my_key'

Now I’m getting following error.

    BotoServerError: 400 Bad Request
<ErrorResponse xmlns="http://ses.amazonaws.com/doc/2010-12-01/">
  <Error>
    <Type>Sender</Type>
    <Code>MessageRejected</Code>
    <Message>Email address is not verified.</Message>
  </Error>
  <RequestId>37ceac2e-3861-11e1-acd0-19854590b66c</RequestId>
</ErrorResponse>
  • 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-05-28T00:19:29+00:00Added an answer on May 28, 2026 at 12:19 am

    You need to verify the email address that you are sending the emails from before amazon will accept the emails.

    From the Amazon SES page:

    Verify Email Addresses: Before you can send email via Amazon SES, you need to verify that you own the address from which you’ll be sending email. To start the verification process, visit the AWS Management Console.

    Before you check whether django-registration can send emails, make sure that sending emails works from the shell

    ./manage.py shell
    from django.core.mail import send_mail
    
    verified_address = "from@example.com"
    send_mail('Subject here', 'Here is the message.', verified_address,
        ['to@example.com'], fail_silently=False)
    

    Any error messages might give you a clue what to try next. If send_mail works, then django registration is probably using the wrong address.

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

Sidebar

Related Questions

After user registration, website send activation code to email. something like that. www.domain.com/?activate=<code> I'm
Trying to send an activation email for newly registered users, here's the code so
I have a function from django-registration which re-sends an activation email to the given
I try to use PHPMailer to send registration, activation. etc mail to users: require(class.phpmailer.php);
I send email through Outlook using VB.Net 2005; this is working fine. At the
I send an email from my smtp server, for example, setting From to anyemail@anydomain.com
We send out registration urls to clients via email. Some of the email clients
I am using OSGi and send email with javax.mail. When I run it, it
I am in the process of creating an activation email for my registration process.
The project that I'm currently working on, is large scale. I'm using email activation

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.