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

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

Recommended Posts

Posted

I've successfully added the plug in and I am able to send emails using the email 360 plug in.

I have not been able to send an html email though. I read the documentation and apparently the only way to send an email with html is if that field is formatted in filemaker. This does not work for me since the body of my email comes from one field.

The field is just a calculation field which is basically a string of text and fields to write a simple letter to my customers. I implemented the html in the calculation but when the email is sent all the tags are visible and it is not html.

Is there any possible way to make this work?

Posted

Do you have the content type set to "html" in the EmailSetBody function?

http://www.360works.com/plugins/EMAILPLUG/documentation.html#EmailSetBody

Posted

yes it looks like this

EmailCreate( "[email protected]" ; PICKUP SPECIALTIES::EMAIL ; PICKUP SPECIALTIES::emailSubject ) and

EmailSetBody( GetAsCSS( PICKUP SPECIALTIES::emailBody ); "html" ) and

EmailSend

which is set in a variable $result

the emailbody field looks like this:

Dear Steven:

We are sending you this email to let you know that we have processed your order 137470.

Many customers that purchased part # LRV6928 have also purchased these items:

the email is sent fine but it comes in with the html tags showing. I need them to be actual html.

Posted

Is the email you are receiving html or plain text? Are you putting those tags in your emailBody field? Your getAsCSS may be putting those tags in as literal if you include them in your calcualtion.

This topic is 5169 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.