On the search -- my mistake -- the search has changed and isn't as robust as
before, so when the search string returned no errors, I just that I was just
using some Google search and not the list search, but I see now I was ...

Also, after digging around I found what I was looking for on my own
computer.



At any rate ... here's my try/catch


  <cftry>
<!--- send your mail, don't forget to turn OFF spooling if you want this to
work--->
<cfcatch type="Any">
<cfif cfcatch.detail contains "javax.mail.SendFailedException">

<cfelse>


 ... rest of code here ...

I have turned off spoon in the CFMail tag.

When I use this code -- no e-mail goes out (I have myself CC'd on my test
batch and nothing is showing up)

Without the Try/Catch, I get this error:

This exception was caused by: javax.mail.SendFailedException: Invalid
Addresses; nested exception is: class javax.mail.SendFailedException: 550
Requested action not taken: mailbox unavailable or not local .


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