Hi,
Use the HTMLBody for the sysMailer.
For a new Line use #define.newLine('<br>')
Mit freundlichen Grüßen / Best regards / Med venlig hilsen
Jesper Jørgensen / Abt. NMT-XD
Senior Product Manager
arvato systems | Technologies GmbH
An der Autobahn 18
33311 Gütersloh
[email protected]<blocked::blocked::blocked::mailto:[email protected]>
Phone: +49 5242 / 40 80 54
Fax: +49 5242 / 40 80 40
Mobile: +49 172 / 571 03 34
http://www.as-T.de<blocked::blocked::http://www.as-t.biz/>
arvato systems | Technologies GmbH
Joachim-Jungius-Str. 9, 18059 Rostock
Geschäftsführung: Erwin Pietz, Matthias Moeller
Amtsgericht Rostock - HRB 7497
________________________________
"Der Inhalt dieser Nachricht oder eventueller Anlagen ist vertraulich und
ausschließlich für den bezeichneten Adressaten bestimmt. Bitte stellen Sie
sicher, dass die Information in dieser Nachricht ausschließlich an die
adressierten Personen gelangt. Sollte diese Nachricht versehentlich an Sie
gesendet worden sein, dann informieren Sie bitte umgehend den Absender und
löschen Sie die Nachricht. Vielen Dank."
"The information in this e-mail and any attachments is confidential. The
information must only be held in areas that have controlled and limited access
to the addressed persons. If this e-mail has been sent to you in error, please
immediately notify the sender and delete the e-mail. Thanks."
________________________________
Von: [email protected]
[mailto:[email protected]] Im Auftrag von mep53565
Gesendet: Dienstag, 21. April 2009 18:46
An: [email protected]
Betreff: [development-axapta] Re: Carriage Return in SysMailer body
Something else to try:
str CR = " 0x0D "; // Carriage return
// str LF = " 0x0A "; // Line Feed
I developed escape codes for old line matrix printer. You may/ may not need to
pad with spaces.
I found that when passing AX data, such as sales order ID, I also had to
replace "0" in the salesID with "0x30". There are other tricks, hopefully
sysmailer is more forgiving...
regards, Mark
[Non-text portions of this message have been removed]