CFMAIL - Send from any email address?
I am very familiar with the cfmail tag and how it works, but I am still a little unsure about sending an email from any email address (without server login credentials). To clarify, I want to send an email FROM an email address entered by someone who submits my form.
I know this is possible using:
<cfmail from=”form.email” to=”[email from database]”…
Is there any problems sending an email from the email address entered by the client through a form? This will surly cause the email to be classified as Spam, will it not?
Thank you
