The best way to send mail when a customer record is inserted is using a INSERT TRIGGER and xp_sendmail within it with appropriate parameters. You could use variables and queries to dynamically build the message. Look up the SQl Books Online for the syntax.
Have a good one
-Sravan