Discussion:
django-EmailSending with PHP
n***@enthsquare.com
2018-12-06 08:52:45 UTC
Permalink
hi guys, Now am using sendgrid to send_email in django(using SMTP). But i
need to add php mailing in django (django PHP Email integration ).
Is there any way to integrate PHP Email with django?
--
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+***@googlegroups.com.
To post to this group, send email to django-***@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/add62163-c36a-4b3d-a051-58101ca68f77%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Andréas Kühne
2018-12-06 09:07:27 UTC
Permalink
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
Django and you should be good to go?

Or what do you mean by "php mailing"?

Regards,

Andréas
Post by n***@enthsquare.com
hi guys, Now am using sendgrid to send_email in django(using SMTP). But i
need to add php mailing in django (django PHP Email integration ).
Is there any way to integrate PHP Email with django?
--
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
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/add62163-c36a-4b3d-a051-58101ca68f77%40googlegroups.com
<https://groups.google.com/d/msgid/django-users/add62163-c36a-4b3d-a051-58101ca68f77%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+***@googlegroups.com.
To post to this group, send email to django-***@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/CAK4qSCe0sCACEmDqB87GJg_Pwsvc%2BDLTYeMUHefgaiEz2JPY%2Bw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Nagarjuna J
2018-12-06 12:20:23 UTC
Permalink
sendgrid was paid service so i want price less service. is there any option
to get this service without price
Post by 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
Django and you should be good to go?
Or what do you mean by "php mailing"?
Regards,
Andréas
Post by n***@enthsquare.com
hi guys, Now am using sendgrid to send_email in django(using SMTP). But i
need to add php mailing in django (django PHP Email integration ).
Is there any way to integrate PHP Email with django?
--
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
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/add62163-c36a-4b3d-a051-58101ca68f77%40googlegroups.com
<https://groups.google.com/d/msgid/django-users/add62163-c36a-4b3d-a051-58101ca68f77%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
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/CAK4qSCe0sCACEmDqB87GJg_Pwsvc%2BDLTYeMUHefgaiEz2JPY%2Bw%40mail.gmail.com
<https://groups.google.com/d/msgid/django-users/CAK4qSCe0sCACEmDqB87GJg_Pwsvc%2BDLTYeMUHefgaiEz2JPY%2Bw%40mail.gmail.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
Thanks&Regards,
-------------------------
J.V.Nagarjuna Reddy,
7207203544,
8328031020.
--
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+***@googlegroups.com.
To post to this group, send email to django-***@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/CADK%2B6-B4YrQ%2Bf6%2BrvuHKSQ7xXFPfYGj7K%3DqaZ-X6jN4NGzba%3DQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Andréas Kühne
2018-12-06 20:24:51 UTC
Permalink
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
Post by Nagarjuna J
sendgrid was paid service so i want price less service. is there any
option to get this service without price
Post by 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
Django and you should be good to go?
Or what do you mean by "php mailing"?
Regards,
Andréas
Post by n***@enthsquare.com
hi guys, Now am using sendgrid to send_email in django(using SMTP). But
i need to add php mailing in django (django PHP Email integration ).
Is there any way to integrate PHP Email with django?
--
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
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/add62163-c36a-4b3d-a051-58101ca68f77%40googlegroups.com
<https://groups.google.com/d/msgid/django-users/add62163-c36a-4b3d-a051-58101ca68f77%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
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/CAK4qSCe0sCACEmDqB87GJg_Pwsvc%2BDLTYeMUHefgaiEz2JPY%2Bw%40mail.gmail.com
<https://groups.google.com/d/msgid/django-users/CAK4qSCe0sCACEmDqB87GJg_Pwsvc%2BDLTYeMUHefgaiEz2JPY%2Bw%40mail.gmail.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
Thanks&Regards,
-------------------------
J.V.Nagarjuna Reddy,
7207203544,
8328031020.
--
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
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/CADK%2B6-B4YrQ%2Bf6%2BrvuHKSQ7xXFPfYGj7K%3DqaZ-X6jN4NGzba%3DQ%40mail.gmail.com
<https://groups.google.com/d/msgid/django-users/CADK%2B6-B4YrQ%2Bf6%2BrvuHKSQ7xXFPfYGj7K%3DqaZ-X6jN4NGzba%3DQ%40mail.gmail.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+***@googlegroups.com.
To post to this group, send email to django-***@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/CAK4qSCcs%3DOOvZk-mP4Mam%2B9F79orO%2B7HQEZ_6BgKjwp4kDGYEA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Matthew Pava
2018-12-06 20:40:41 UTC
Permalink
Here, take a look at this:
https://www.webforefront.com/django/setupdjangoemail.html


From: django-***@googlegroups.com [mailto:django-***@googlegroups.com] On Behalf Of Andréas KÌhne
Sent: Thursday, December 6, 2018 2:25 PM
To: django-***@googlegroups.com
Subject: Re: django-EmailSending with PHP

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 <***@enthsquare.com<mailto:***@enthsquare.com>>:
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 <***@hypercode.se<mailto:***@hypercode.se>> 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 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 Django and you should be good to go?

Or what do you mean by "php mailing"?

Regards,

Andréas


Den tors 6 dec. 2018 kl 09:53 skrev <***@enthsquare.com<mailto:***@enthsquare.com>>:
hi guys, Now am using sendgrid to send_email in django(using SMTP). But i need to add php mailing in django (django PHP Email integration ).
Is there any way to integrate PHP Email with django?
--
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+***@googlegroups.com<mailto:django-users+***@googlegroups.com>.
To post to this group, send email to django-***@googlegroups.com<mailto:django-***@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/add62163-c36a-4b3d-a051-58101ca68f77%40googlegroups.com<https://groups.google.com/d/msgid/django-users/add62163-c36a-4b3d-a051-58101ca68f77%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+***@googlegroups.com<mailto:django-users+***@googlegroups.com>.
To post to this group, send email to django-***@googlegroups.com<mailto:django-***@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/CAK4qSCe0sCACEmDqB87GJg_Pwsvc%2BDLTYeMUHefgaiEz2JPY%2Bw%40mail.gmail.com<https://groups.google.com/d/msgid/django-users/CAK4qSCe0sCACEmDqB87GJg_Pwsvc%2BDLTYeMUHefgaiEz2JPY%2Bw%40mail.gmail.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.


--
Thanks&Regards,
-------------------------
J.V.Nagarjuna Reddy,
7207203544,
8328031020.
--
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+***@googlegroups.com<mailto:django-users+***@googlegroups.com>.
To post to this group, send email to django-***@googlegroups.com<mailto:django-***@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/CADK%2B6-B4YrQ%2Bf6%2BrvuHKSQ7xXFPfYGj7K%3DqaZ-X6jN4NGzba%3DQ%40mail.gmail.com<https://groups.google.com/d/msgid/django-users/CADK%2B6-B4YrQ%2Bf6%2BrvuHKSQ7xXFPfYGj7K%3DqaZ-X6jN4NGzba%3DQ%40mail.gmail.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+***@googlegroups.com<mailto:django-users+***@googlegroups.com>.
To post to this group, send email to django-***@googlegroups.com<mailto:django-***@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/CAK4qSCcs%3DOOvZk-mP4Mam%2B9F79orO%2B7HQEZ_6BgKjwp4kDGYEA%40mail.gmail.com<https://groups.google.com/d/msgid/django-users/CAK4qSCcs%3DOOvZk-mP4Mam%2B9F79orO%2B7HQEZ_6BgKjwp4kDGYEA%40mail.gmail.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+***@googlegroups.com.
To post to this group, send email to django-***@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/26ecdd937d7b4ba98059de78d7388151%40iss2.ISS.LOCAL.
For more options, visit https://groups.google.com/d/optout.
Loading...