Hi,
We have a customer running NAV 2017. They want to be able to send invoices by email by smtp and be able to put signature text and image in the email. It seems that we are not able to put image in mail body/signature. Is there any workaround?
Codeunit 400 lets you use HTML formatted body. I guess you should be able to prepare the email's body in HTML format including some embedded images.
If your customer agrees to not to use any automatic/background emailing then you could use outlook based emailing and modify the code to include default client's signature or to attach/embed some images in the email. You can do a lot with Outlook Object Model programming - the question is if it is worth the efforts.
If you look at notifications - you have there the report 1320 which uses Word Layout to generate notification emails. The report is very modest but you could take it as a base and try to build atop it.
Answers
Slawek
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
That’s just not the solution my customer wants.
If your customer agrees to not to use any automatic/background emailing then you could use outlook based emailing and modify the code to include default client's signature or to attach/embed some images in the email. You can do a lot with Outlook Object Model programming - the question is if it is worth the efforts.
If you look at notifications - you have there the report 1320 which uses Word Layout to generate notification emails. The report is very modest but you could take it as a base and try to build atop it.
Slawek
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
But if you Edit the mail in outlook, you loose the picture.