Posts: 457
Name: Randy
Location: Northern Wisconsin
|
The mailto link simply pulls up the CLIENTS email system, then they can modify text, etc as they wish.
Quote:
|
that would it send email to all auto
|
Send to "all" ? I thought it was just going to be sent to you? I am not sure what you mean by "auto".
Do not confuse mailto with something like a php contact form, where the user fills out the information through some type of form usually and the email is sent. PHP contact forms use your web host mail system to send, NOT the clients personal email system like in a mailto. That is a whole different approach which requires validation, anti-spam protection, etc. because you open up more security problems.
|