Wednesday, June 1, 2011

Re: Contact us form

It's probably your sendmail configuration on your server. Can you send email from the command-line? Try using the command "mail my@email.com"
You can also tell django to use a different mail server than localhost using the EMAIL_HOST, EMAIL_PORT, etc settings in your settings.py file.

On 1 Jun 2011, at 08:01, Pulkit Mehrotra wrote:

> I am trying to make a contact us form which will send a mail to me using the smtp server .It will load the thank you page after form submission .Everything is working something ,the thank you page is loading and i am not getting any errors ,but i am not getting the mails.

--
Brett Hutley, CTO Stimuli Limited
brett@stimuli.org
brett@hutley.net

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment