0

Html email template

I ninox mac app i have the ability to send some text with client name etc. but can i also apply an html template to this email to avoide sending boring text email. if yes how?

 

thanks

4 replies

null
    • SMoore
    • 1 yr ago
    • Reported - view

    Hello,

     

    This can be achieved by using :

    html("<h1>Hello world!</h1>")
    

    OR by using a Rich Text field instead of a plain text multi-line.

     

    Hope this helps!

    S Moore

    • Peter_Saltzman
    • 1 yr ago
    • Reported - view

    This only seems to work as long as you're only using text. When you use ANY fields within the same formula, it negates the formatted text. See for example the formula below. It just yields plain text for the places I use the <b> parameter. Why?

     

    text(Salutation) + " " + text(Contacts.'First Name') + text(",

    ") + text('Opening Line') + "" + text("

    ") + switch Order do
    case 1:
        html("<b>Here's the logline:</b> ") + text("
    ") + text('Choose Logline') + text("    
    ") + text('Qucik Summary') + text("
        ")
    case 2:
        text('Qucik Summary') + text("

    ") + html("<b>Here's the logline:</b>") + text("
    ") + text('Choose Logline')
    default:
        ""
    end + text("

    ") + text('Email End') + "

    " + "SYNOPSIS:" + text("
    ") + text(ChooseWorld) + text("
    ") + text(ChooseSynopsis) + text("

    ") + text('Choose About') + text("

    ") + text('Email Signature')

    • Ninox partner
    • RoSoft_Steven.1
    • 1 yr ago
    • Reported - view
    • Peter_Saltzman
    • 1 yr ago
    • Reported - view

    Thanks, Steven. You've certainly cracked the code with this! I'm not sure I have the programming chops to adapt this to my database, but I'll give it a shot. 

    I do wish that Ninox, with their claim to be "no-code low-code," would make this easier...

Content aside

  • 1 yr agoLast active
  • 4Replies
  • 282Views
  • 4 Following