RE: django-EmailSending with PHP

2018-12-06 Thread Matthew Pava
Here, take a look at this: https://www.webforefront.com/django/setupdjangoemail.html From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Andréas Kühne Sent: Thursday, December 6, 2018 2:25 PM To: django-users@googlegroups.com Subject: Re: django-EmailSending

Re: django-EmailSending with PHP

2018-12-06 Thread Andréas Kühne
Well The thing is you will still need to pay for sending emails. Regardless of how you want to send your email, you will need to pay for it somehow. Regards, Andréas Den tors 6 dec. 2018 kl 13:20 skrev Nagarjuna J : > sendgrid was paid service so i want price less service. is there any >

Re: django-EmailSending with PHP

2018-12-06 Thread Nagarjuna J
sendgrid was paid service so i want price less service. is there any option to get this service without price On Thu, Dec 6, 2018 at 2:38 PM Andréas Kühne wrote: > Hi, > > I'm sorry, but I think this is a really strange request - why would you > want to send email with PHP? The thing is that PHP

Re: django-EmailSending with PHP

2018-12-06 Thread Andréas Kühne
Hi, I'm sorry, but I think this is a really strange request - why would you want to send email with PHP? The thing is that PHP itself needs a SMTP server to send the email with - so you'll just be moving the configuration to a different place - you can use the SMTP settings from the PHP server in