Jump to content
Server Maintenance This Week. ×

Send HTML email


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

Recommended Posts

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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