Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 5939 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I am really sorry if there is an obvious answer to this one. I am sending a mail using SendEmailWithAuthentication and this is the calculation I am using.

SendEmailWithAuthentication( "[email protected]" ; Customers::Email_Business; "Welcome to Exel gaming read this and how you view life could change forever!"; "Dear " & Customers::Title &" " &  Customers::Last_Name &  ¶ & Customers::M1 Mail Text & Customers::Qualifying_Name & ¶ & "Client Relations" & ¶; "Q:PDFM1.pdf" ; "xxxxx"; "xxxxx"; "xxxxxxxx")

I have replaced the email settings with xxxx. But when I use this code there are no line breaks in the body text. I have tried using the paragraph tool but it seems to have little effect. Can anyone tell me what I am doing wrong.

Many thanks

John

Posted

Hi John, it looks like the paragraph symbols are not in quotes, try this:

SendEmailWithAuthentication( "[email protected]" ; Customers::Email_Business; "Welcome to Exel gaming read this and how you view life could change forever!"; "Dear " & Customers::Title &" " &  Customers::Last_Name &  "¶" & Customers::M1 Mail Text & Customers::Qualifying_Name & "¶" & "Client Relations" & "¶"; "Q:PDFM1.pdf" ; "xxxxx"; "xxxxx"; "xxxxxxxx")

Posted

I have been experimenting with different coding and other demos of plug ins and I have managed to get line breaks working with other plug in without any problems. Is this a specific issues with this plug in? If anyone can give me information about this I would be grateful as I need to finish this solution very soon and If I need to use a different plug in I need to set this up this weekend.

Many thanks

John

This topic is 5939 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.