Hi,
There is no standard funtionality to send the line items details into the email via templates. You can
develop a SDK plugin that will execute on SDK message
SendFromTemplate on PreOperation event, then in code fetch the pricing informaiton from the related Opprotunity and then append the email body with the pricing.
You can also develop a SDK plugin that will execute on OpportunityProduct Create
and Update events in Post Operation stage and take the product pricing information, create line items description and placed into a text field in opportunity for sending emails.
Jehanzeb Javeed
http://worldofdynamics.blogspot.com
Linked-In Profile |CodePlex
Profile
If you find this post helpful then please "Vote as Helpful" and "Mark As Answer".