Hopefully there is a snipets to resolve this limitation. You just needed to change the path of the sendmail file and it was ready to run. The location of sendmail is "/usr/sbin/sendmail" on our Hostgator server.
And the email backend should be configured in your settings.py by adding the following line:
EMAIL_BACKEND = 'sendmail.EmailBackend'