https://erconsult.eu/blog/how-not-to-send-order-confirmation-per-e-mail/
"Collection letter note " & TEXT(model.ID.Value) & " - " & model.AccountingCustomerParty.PartyName
"Please see attached for collection letter note: " & TEXT(model.ID.Value) &"<br>" &"<br>" &"This is a system generated message from an email address that is not monitored, for enquiries please refer to the contact information provided in the attached document." &"<br>" &"<br>" &"Kind regards" &"<br>" &"<br>" &TEXT( model.AccountingCustomerParty.PartyName) &"<br>" &"<br>" &"<br>" &"<br>" &"<i>" & "This email (including any attachments) may contain confidential and personal information. If you are not the intended recipient, please delete this email." & "<i>"
--------------------
"Sales order packing slip " & TEXT(model.ID.Value) & " - " & model.Shipment.Delivery.DeliveryParty.PartyName
"Please see attached for sales order packing slip: " & TEXT(model.ID.Value) &"<br>" &"<br>" &"This is a system generated message from an email address that is not monitored, for enquiries please refer to the contact information provided in the attached document." &"<br>" &"<br>" &"Kind regards" &"<br>" &"<br>" &TEXT( model.AccountingCustomerParty.Contact.Name) &"<br>" &"<br>" &"<br>" &"<br>" &"<i>" & "This email (including any attachments) may contain confidential and personal information. If you are not the intended recipient, please delete this email." & "<i>"
---------------------------------------------------------------------
"Sales invoice " & TEXT(model.InvoiceBase.Id) & " - " & model.InvoiceBase.InvoiceName
"Please see attached for sales invoice: " & TEXT(model.InvoiceBase.Id) &"<br>" &"<br>" &"This is a system generated message from an email address that is not monitored, for enquiries please refer to the contact information provided in the attached document." &"<br>" &"<br>" &"Kind regards" &"<br>" &"<br>" &TEXT( model.InvoiceBase.InvoiceName) &"<br>" &"<br>" &"<br>" &"<br>" &"<i>" & "This email (including any attachments) may contain confidential and personal information. If you are not the intended recipient, please delete this email." & "<i>"
No comments:
Post a Comment