all,

im really struggling with django contact_form
http://bitbucket.org/ubernostrum/django-contact-form/overview/

it doesn't send the email. i've stepped through it locally and it hits
all the right lines of code. obviously it won't send it locally. but
on the server, it should send however it never actually does. i get
the success url page shown as if its sent ok.

has anyone on here got it to work on webfaction? ive checked my
settings with their support team, verified that its breaking down
inside the save method on the ContactForm model. basically, if i
replace the form.save with a send_mail then it will send a mail to an
address at that point, but once it goes into the models save and does
the whole build of the email it doesn;t send anything. and with it
being on server im not sure what i can do to troubleshoot it. which is
why i can't even supply an error message for this!!!

so i could use some suggestions on how to work this one through
please...

Matt

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

Reply via email to