Forum Discussion
QuickBaseCoachD
11 years agoQrew Captain
I played with it and I think that the issue is that there can only be on "?" Typically the ? means " and here are all the parameters.
try this
"<a href=\"MailTo:"&[Emails for carrier and others separated by semi colons]
// the above text invokes the mail client, and creates the TO line
& "?cc=test@test.com"
&"&subject="
&[Carrier Subject Line] & " for Trailer " &
// the above text does the subject line, below that is the body
// the %0A is a line feed type indicator.
& "&body=" &[Carrier Body Header]
try this
"<a href=\"MailTo:"&[Emails for carrier and others separated by semi colons]
// the above text invokes the mail client, and creates the TO line
& "?cc=test@test.com"
&"&subject="
&[Carrier Subject Line] & " for Trailer " &
// the above text does the subject line, below that is the body
// the %0A is a line feed type indicator.
& "&body=" &[Carrier Body Header]