As part of a procedure I've written, I'm querying a table, using the values to assemble a url and sending the url in an email. I've successfully concatenated the string I need for the url and it is being sent in the email.
The problem I'm seeing in the body of the message is that the last 2 characters are getting wrapped to the next line so clicking on the link is failing. In my current example only 77 characters are on the line. The URLs are around 80 characters.
@width seems to only apply to the @query output. Is there any setting that can be used to modify the @message width?
The problem I'm seeing in the body of the message is that the last 2 characters are getting wrapped to the next line so clicking on the link is failing. In my current example only 77 characters are on the line. The URLs are around 80 characters.
@width seems to only apply to the @query output. Is there any setting that can be used to modify the @message width?