I have an email address "myaddress@gmail.com". I have created a django form that has a text field and a button. I want to redirect anyone who types a message in the text box to their respective emails so that they can send the message they typed to "my address". This means that as they log in to their email accounts, their message boxes should already be filled with the message they typed and the receiver field should already have "myaddress@gmail.com". The problem is how to redirect the users to their email accounts and prefill the specified fields. Can anyone help me please?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If the user has set a default email program, most of them will be triggered on The format is:
Here is an example that sets the subject of the email automatically:
|
|||||||||||
|
mailto:Others possibly might as well, but I don't use anything other than gmail. – Burhan Khalid Aug 18 '12 at 7:56