I do the same. But because of the anti-spam measures on our server, we
dont allow relaying. The only emails passed through our server have to
be fully validated from an account on the server.  So in the CFMAIL
tag i have to put server, user, password as well, where user = a valid
email account, and password = the password for that account.

You probably have the same situation. 

And sadly ColdFusion doesnt give any error message at all if it doesnt
send an email.  The only indication you get that your cfmail tag was
wrong is that you dont get the one you send yourself.

HTH.

Cheers
Mike Kear
Windsor, NSW, Australia
AFP Webworks
http://afpwebworks.com
.com,.net,.org domains from AUD$20/Year


On Tue, 2 Nov 2004 17:17:06 -0600, Matthew Smith
<[EMAIL PROTECTED]> wrote:
> I am trying to work on the order receipt cfmail here on my local box. I am
> trying to use the [EMAIL PROTECTED] address, specifying mail.mydomain.com
> as the server. None of the emails go through. Is it possible to do what I am
> trying?
> I hate to have to develop on the live server. (crystaltech)
> 
> The basic cfmail tag works if I upload it to my crystaltech account.
> 
> <cfmail server="mail.mydomain.com"
> 
> password="fakepassword"
> from="[EMAIL PROTECTED]"
> to="[EMAIL PROTECTED]"
> cc="[EMAIL PROTECTED]"
> subject="Your mydomain.com Order Receipt">
> test
> cgi.REMOTE_ADDR = #cgi.REMOTE_ADDR#
> </cfmail>
> 
> Matthew P. F. Smith
> 
> [EMAIL PROTECTED]
> 
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get the mailserver that powers this list at 
http://www.houseoffusion.com/banners/view.cfm?bannerid=17

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183224
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