Re: [BangPypers] Technical Doubt

2018-06-25 Thread Ayush Goyal
Have you tried sendgrid api ?

On Mon, Jun 25, 2018, 12:04 PM Saalim Ali  wrote:

> Hi,
>
> I want send emails from my django app with different from address.My
> settings are
>
> EMAIL_BACKEND = 'post_office.EmailBackend'
> EMAIL_USE_TLS = True
> EMAIL_HOST = 'outlook.office365.com'
> EMAIL_HOST_USER = 'mym...@domain.ae'
> EMAIL_HOST_PASSWORD = 'mypassword'
> EMAIL_PORT = 587
>
>
> DEFAULT_FROM_EMAIL = 'Marketing'
> SERVER_EMAIL = 'mym...@domain.ae'
>
> DEFAULT_BCC_EMAIL = 'mym...@domain.ae'
> DEFAULT_REPLY_TO_EMAIL = 'mym...@domain.ae'
>
> I could able to send email from 'mym...@domain.ae' .But if I'm using
> another from address it is going to spam mail.Is there any other way to
> avoid this?
> Simply, I need to set deferent from address in deferent modules.
> ___
> BangPypers mailing list
> BangPypers@python.org
> https://mail.python.org/mailman/listinfo/bangpypers
>
___
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers


[BangPypers] Technical Doubt

2018-06-24 Thread Saalim Ali
Hi,

I want send emails from my django app with different from address.My
settings are

EMAIL_BACKEND = 'post_office.EmailBackend'
EMAIL_USE_TLS = True
EMAIL_HOST = 'outlook.office365.com'
EMAIL_HOST_USER = 'mym...@domain.ae'
EMAIL_HOST_PASSWORD = 'mypassword'
EMAIL_PORT = 587


DEFAULT_FROM_EMAIL = 'Marketing'
SERVER_EMAIL = 'mym...@domain.ae'

DEFAULT_BCC_EMAIL = 'mym...@domain.ae'
DEFAULT_REPLY_TO_EMAIL = 'mym...@domain.ae'

I could able to send email from 'mym...@domain.ae' .But if I'm using
another from address it is going to spam mail.Is there any other way to
avoid this?
Simply, I need to set deferent from address in deferent modules.
___
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers