How to send email from html?
I want to realize the e-mail verification for the social network.
But not clear about the code below:
what does the '$' and the '#' mean? and the method 'submit()?
<a href="#" onclick="$
('#send_{{ forloop.counter }}').submit();">{% trans "re-send
verification e-mail" %}</a>
I want that after clicking the button 'Verify', it should send out an
e-mail. However, I have copied the apps account and emailverfication
to my project. but it doesn't work. I need help please.
--
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.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home