You need to sign in to do that
Don't have an account?
FastSnail
renderAs="pdf' not rendering image anymore in VF Email template ????
Hello everyone,
The VF Email template below used to work, in Sandbox and Production. The image is now broken. Has anything changed ?
Works fine as HTML. Thanks in advance for your help,
Jerome
<messaging:emailTemplate relatedToType="CNOrder__c" subject="toto" id="CNOrdConEma" >
<messaging:htmlEmailBody >
Test
</messaging:htmlEmailBody>
<messaging:attachment filename="toto" renderAs="pdf" >
<img src="https://www.ccnus.org/stylesheet/icon/balls32.png" />
</messaging:attachment>
</messaging:emailTemplate>
The VF Email template below used to work, in Sandbox and Production. The image is now broken. Has anything changed ?
Works fine as HTML. Thanks in advance for your help,
Jerome
<messaging:emailTemplate relatedToType="CNOrder__c" subject="toto" id="CNOrdConEma" >
<messaging:htmlEmailBody >
Test
</messaging:htmlEmailBody>
<messaging:attachment filename="toto" renderAs="pdf" >
<img src="https://www.ccnus.org/stylesheet/icon/balls32.png" />
</messaging:attachment>
</messaging:emailTemplate>