why are you doing this?  is the e-mail address really test+z or are you
adding the plus sign for some specific reason?


Charlotte Wood, MEd

Educator

(405) 578-5701

Zoom Meeting ID#: 4055785701

*Zoom URL:* https://epiccharterschools.zoom.us/j/2970513912

Classroom Google Site:
https://sites.google.com/epiccharterschools.org/charlottewoodclassroom/home

Epic Technical Support: (405) 652-0935



Jordan McKesson Principal

405-749-4550 ext. 309

jordan.mckes...@epiccharterschools.org

<http://facebook.com/epiccharterschools> <https://twitter.com/epiccharter>
<https://www.instagram.com/epiccharterschools/>
<https://www.youtube.com/user/EpicCharterSchools>




On Sun, Jul 14, 2019 at 6:31 AM Benjamin Boy <benjamin....@klangkuppler.de>
wrote:

> Im currently developping a small app. For testing purposes i want to send
> emails to google with a plus sign in the email adress.
> The smtp backend sends the mail but i never leaves the server.
> What i tried:
> "
> from django.core.mail import EmailMessage
> email = EmailMessage('Subject', 'Body', to=['t...@googlemail.com'])
> email.send()
> "
> Works as supposed.
>
> "
> from django.core.mail import EmailMessage
> email = EmailMessage('Subject', 'Body', to=['tes...@googlemail.com'])
> email.send()
> "
> Does not work, but smtp backend reacts with status code 1, email never
> reach the mailbox
>
> Anyone knows this issue, bug?
>
> B.R.
> Benjamin Boy
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/955b1e20-9d24-45f5-8fae-3b550d59a6c6%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/955b1e20-9d24-45f5-8fae-3b550d59a6c6%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAPZR0N7%3DBxVrP6tVFRwbZBgN%2BTzW2EL6k0CMwo_fkMuQMSShDg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to