I am trying to send Gmail with attachments also in Django.
here my views.py:
def index(request): if request.method != \'POST\':