On Wed, 7 Sept 2022 at 15:37, אורי wrote:
>
> 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
> e
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