I am building a custom tag for auto emailing and I have gotten stuck at the actual generation of the email. You see right now my tag would accept any cfmail attribute available. The problem is that when I attempt to send the email with cfmail I need to use the attributes they ACTUALLY specified. I can't generate the attributes dynamically without generating a JIT error(ie:i cant loop through a list or collection and output them.) and I cant set them equal to form variables because some of them cannot be specified and set to nothing. Any ideas??