Right now the code looks like this:

// include copyright
$email_order .= "\Please reply to this email if you have any questions. Thank you for your order.\nTeam Designer Perfume Snob\n" . EMAIL_FOOTER_COPYRIGHT . "\n\n";

And the Order Confirmation looks like this:

Please reply to this email if you have any questions. Thank you for your order.
Team Designer Perfume Snob
Copyright (c) 2013 DesignerPerfumeSnob.com. Powered by Zen Cart

I'm looking for two changes:

I'd like a line of space above the words Team Designer Perfume Snob.

I'd like to remove the Copyright and the powered by Zen Cart from this email. I have this on the Footer and that is where I think it belongs. Not so much on an order confirmation email.

Thank you.