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

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

Recommended Posts

  • Newbies
Posted

Hi all,

 

Before I decide to buy, I'm trying to find out how, and if this plugin can be integrated with my own solution. E.g.: I'd like to schedule mailings of HTML formatted emails, with a calculated body text, to my clients reminding them of the start of their pre-booked training. Hence: use the 360Works mail features enriched with the data from my training admin solution, and make it look professional.

 

Actually, the Send Mail script step would cover all my needs, if only I could provide HTML + Field values in the "Message" section of this step.

 

If yes, then how?

 

Thank you!

Posted

Maybe this will help..    snippet

 

I am using calculation field called html_header creating this html file

 

 

"<table width='100%' border='0' cellspacing='02' cellpadding='2'>
    <tr>
        <td colspan='2'><strong>SERVICED BY:</strong> " & license::g_license_name & "</td>
    </tr>
    <tr>
        <td><strong>Office ph#:</strong> " & Config::g_license_office_phone & "</td>
        <td><strong>E-mail:</strong> " & Config::g_license_email & "</td>
    </tr>
    <tr>
        <td><strong>Company:</strong> " & Accounts::acc_comp_name & "</td>
        <td><strong>Acct#:</strong> " & Accounts::acc_num & "</td>
    </tr>
</table>"

  • Newbies
Posted

Hi RodM,

 

Thanks for your answer. I reckon I take all of this snippet including the first and last double quote? Cause it seems the html doesn't get rendered properly, and is shown including all tags in the mail client:

 

<table width='100%' border='0' cellspacing='02' cellpadding='2'> <tr> <td colspan='2'><strong>SERVICED BY:</strong> boe</td> </tr> <tr> <td><strong>Office ph#:</strong> boe</td> <td><strong>E-mail:</strong> boe</td> </tr> <tr> <td><strong>Company:</strong> boe</td> <td><strong>Acct#:</strong> boe</td> </tr> </table>

 

"boe" is the expected value.

 

Cheers,

Jeroen

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