Question
Question for cfmail ?
Hi,
I set email setting with test1@gmail.com in administrator web interface
and I use the following code send email.
<cfmail to="test3@gmail.com"
from="test@abc.com"
subject="Happy New Year"
type="HTML" >
Happy New Year.
</cfmail>
but the sender is "test1@gmail.com" when I receive the email in test3@gmail.com.
I hope the sender is "test@abc.com".
Please help me and give me a hand to fix this.
Thanks
Mark
