django-email-gateway icon indicating copy to clipboard operation
django-email-gateway copied to clipboard

A django package which act as a gateway to send and receive email with amazon SES.

Results 2 django-email-gateway issues
Sort by recently updated
recently updated
newest added

There are small typos in: - README.rst - docs/source/index.rst Fixes: - Should read `verifying` rather than `veririfying`. - Should read `separately` rather than `seperately`. - Should read `respective` rather than...

Hi I am using Django Version 3.1 and using send_mail() fnction of django. It is working perfectly fine locally and emails are being sent. But When i try it on...