Does anyone know of a way that I can get a mailto link in HTML to not only generate the subject and body (which is fine) but to automatically send the email as well?
Here's the situation:
- System generates an email which needs to be responded to to either approve or reject an action
- User receives the email, which has two links to click on to either approve or reject
- Clicking on the link generates an email with the correct content
- User then clicks "send" button in Outlook (or whatever) to send the email
- System receives the email and parses the content.
The client doesn't like having to click the link and then having to click send as well. They don't seem to understand the concept of email very well, and I have tried to persuade them that (a) it's not possible and (b) it's not something you want to do anyway.
Just wanted to clarify whether it was impossible to do, or can I put something in the tag to get it to autosend?
Ta
Here's the situation:
- System generates an email which needs to be responded to to either approve or reject an action
- User receives the email, which has two links to click on to either approve or reject
- Clicking on the link generates an email with the correct content
- User then clicks "send" button in Outlook (or whatever) to send the email
- System receives the email and parses the content.
The client doesn't like having to click the link and then having to click send as well. They don't seem to understand the concept of email very well, and I have tried to persuade them that (a) it's not possible and (b) it's not something you want to do anyway.
Just wanted to clarify whether it was impossible to do, or can I put something in the tag to get it to autosend?
Ta
Comment