I am doing some work on a client site on a new shared hosting service i
havent used before.   My CFMAIL tags arent working, and i"ve found out that
if i send a simple CFMAIL tag with no server/user/password parameters, the
mail works, but if i provide a valid username and password it doesnt.

The sysadmin there says it's all ok, but it doesnt sound right to me.   Need
i worry?

This works:

<cfmail
 from="name@ <[EMAIL PROTECTED]>domain.com"
 to="#URL.email#"  subject="Sample e-mail from ColdFusion MX">

This is a sample e-mail message to show basic e-mail capability, with
username and password supplied.

</cfmail>
(And it even works if the TO address is outside the server, adn the "from"
is not a valid email address)

And this doesnt work:
<cfmail
 from="name@ <[EMAIL PROTECTED]>domain.com" [EMAIL PROTECTED]
password="mypassword"
 to="#URL.email#"  subject="Sample e-mail from ColdFusion MX">

This is a sample e-mail message to show basic e-mail capability, with
username and password supplied.

</cfmail>
What do you guys think?

--
Cheers
Mike Kear
Windsor, NSW, Australia
Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229516
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to