Re: add option to specify HELO name/identity in SMTP client

2022-09-07 Thread אורי
Hi David, Does and should Django connect directly to a remote SMTP server? Isn't it better to use the local mail server which will receive the email and then send it to a remote SMTP server? In my opinion, it's always better to send emails via a local mail server on the same machine. Do you have o

add option to specify HELO name/identity in SMTP client

2022-09-07 Thread David Miguel Susano Pinto
After connecting to a SMTP server, a client identifies themselves with a HELO/EHLO command, like so: HELO my-domain.example While typically this is the client FQDN, that's not actually required and in some setups the client needs to use some other name (it just so happens that I'm in that sit

Re: Need help on solving an issue

2022-09-07 Thread Carlton Gibson
Hi Arka. Welcome. Did you see the contributing guidelines? https://docs.djangoproject.com/en/4.1/internals/contributing/ Then make sure you're set up to run the unit tests: https://docs.djangoproject.com/en/4.1/internals/contributing/writing-code/unit-tests/ If you can create a test-case for the

Need help on solving an issue

2022-09-07 Thread Arka Pratim Chaudhuri
Hey, can anyone help me in solving #33985 . This is actually my first time & I'm totally confused of what to do. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" grou