Sending email with attribute marks in the body

16 views
Skip to first unread message

mpower

unread,
Mar 27, 2012, 3:38:21 PM3/27/12
to designba...@googlegroups.com
The DBI.G.SENDEMAIL routine at Designbais 6 does seem to be converting our attribute
marks to carriage returns as it did with DB 4 and as documented.

Email
 EMAIL.MESSAGE<1> = "A"
 EMAIL.MESSAGE<2> = "B"
  CALL DBI.G.SENDEMAIL(EMAIL.TO,EMAIL.FROM,EMAIL.CC,EMAIL.ATTACHMENT,EMAIL.SUBJECT,EMAIL.MESSAGE)

Should return an email body like so:
A
B

Instead we're getting the following:

AB

I've try to convert the @AMs to CR, LF, CRLF with no luck.  Bug or is
this configurable? 

Bulent Can

unread,
Mar 27, 2012, 5:52:50 PM3/27/12
to designba...@googlegroups.com
Use
DBEmailFormat="text"
in c:\dbweb\cdoparams.xml
 
Missing this parameter defaults to DBEmailFormat="html" which sends emails in HTML format.
 
Please see the Section "Email Support" in:
 
Regards,
Bulent Can
DesignBais Pty Ltd
 
 
 
--
You received this message because you are subscribed to the Google Groups "DesignBais-Forum" group.
To view this discussion on the web visit https://groups.google.com/d/msg/designbais-forum/-/7rmDrcIPP4IJ.
To post to this group, send email to designba...@googlegroups.com.
To unsubscribe from this group, send email to designbais-for...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/designbais-forum?hl=en.

Adam Van Beek

unread,
Mar 27, 2012, 10:08:35 PM3/27/12
to designba...@googlegroups.com
When I  DBEmailFormat="text"
It fixes my new line problem, but now it it translates spaces to &nbsp;

So my emails look like A&nbsp;B

Adam
Reply all
Reply to author
Forward
0 new messages