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 3237660
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T17:45:52+00:00 2026-05-17T17:45:52+00:00

I want to send an email with a template like this. {% extends base.html

  • 0

I want to send an email with a template like this.

{% extends "base.html" %}

{% block content %}
<h2>Invoice Details</h2>
<div id="horizontalnav">
  <a href="/index/add_invoice">Add an Invoice</a>
  <a href="/index/work_orders">Add a Work Order</a>
  <a href="/index/add_payment">Add Payment</a>
</div>
<ul STYLE="border: 1px solid;float:left;padding:15px; width: 700px;">
<h2 STYLE="text-align: right; COLOR:blue; Font-family:ARIAL">
INVOICE</h2>
<br/>
  <b>company</b>
     <br/>
  <div id="list">
     {% for invoice in invoices_list %}
       <p style="text-align: right;">INVOICE # {{invoice.invoice_no}}<br/>
       {{invoice.date}}<br/>
       {{invoice.contract_info}}<br/>
       {% for invoice in invoice.work_orders.all %}
         {{invoice}}<br/>
       {% endfor %}
     {% endfor %}
   <p style="text-align: left">
   <p>To</p>
   {{client.company}}<br/>
   {{client.address}}<br/>
   {{client.city}}<br/>
   {{client.postcode}}<br/>
   <p>
    </div>
</ul>
{% endblock %}

I want to send fully html powered templates, with django datas. However I am having some problems. I am getting this error.

"to" argument must be a list or tuple

I am assuming there might be a problem with my views with the send to email domain, but there should not be a problem with this. I somehow am getting stuck with this.

#views.py
    @login_required
    def invoice_mail(request):
        t = loader.get_template('registration/email.txt')
        c = Context({
        'invoices_list': 'invoices_list',
        'clients_list': 'clients_list',
        })
        send_mail('Welcome to My Project', t.render(c), 'joe@example.com', '[tom@example.com]', fail_silently=False)
  • 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-17T17:45:52+00:00Added an answer on May 17, 2026 at 5:45 pm
    send_mail('Welcome to My Project', t.render(c), 'joe@example.com', '[tom@example.com]', fail_silently=False)
    

    has to be

    send_mail('Welcome to My Project', t.render(c), 'joe@example.com', ['tom@example.com'], fail_silently=False)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to send HTML-emails, using Django templates like this: <html> <body> hello <strong>{{username}}</strong>
I want to send email through Java (Any email like from yahoo, gmail, or
I have a WCF web service. I want to send email from this service.
i want to write application who send email using outlook and i found this
I want to send an email to user from my application with the content
I've installed this django-contact-form app. When I want to send an email to my
I want to send an email with a template called something (for example), but
I want to render an HTML-EMail and send it to our customers using some
I want send a email by Email Class in codeigniter with gmail, but i
I want to send email with my gmail account, I gave it a try,

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.