Steven1337 Posted September 24, 2010 Posted September 24, 2010 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?
bcooney Posted September 25, 2010 Posted September 25, 2010 Do you have the content type set to "html" in the EmailSetBody function? http://www.360works.com/plugins/EMAILPLUG/documentation.html#EmailSetBody
Steven1337 Posted September 27, 2010 Author Posted September 27, 2010 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.
Smef Posted September 27, 2010 Posted September 27, 2010 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.
Steven1337 Posted September 27, 2010 Author Posted September 27, 2010 getascss was messing it up thanks alot!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now