0

send e-mail?

Hello!

I made a button with this function:

sendEmail({
from: userEmail(),
to: "recipient@domain.com",
subject: "Hello World!",
text: "Some text",
html: "<h1>Some Text</h1><i>With Markup</i>"
})

👇🏼

when i push it - nothing happens.

May be i do something wrong?

6 replies

null
    • Emanuel_Neubert
    • 4 yrs ago
    • Reported - view

    Hi,

    are you using Ninox Cloud or the local App for Mac?

    Cheers Emanuel

    • azure_pencil
    • 4 yrs ago
    • Reported - view

    local App for Mac

    • Nick
    • 4 yrs ago
    • Reported - view

    Sending Email from Mac app is not available. 

    (only available in Ninox Cloud/Ninox Server teams)

    • azure_pencil
    • 4 yrs ago
    • Reported - view

    Am I understanding wright that this function works only when i use browser version?

    • Ivan_Savochenko
    • 4 yrs ago
    • Reported - view

    Always read the fine print under the asterisk ;-)

    ** (only available in Ninox Cloud/Ninox Server teams)

    You need a payed plan (subscription) to run this kind of code from Ninox Cloud.

    • Mconneen
    • 4 yrs ago
    • Reported - view

    @Ivan.. While I have NOT tried this...   Ninox uses SendGrid as their email service.. (at least I think they do) ..   Looking at SendGrid site.. they offer an REST based email API 

    https://sendgrid.com/solutions/email-api/

     

    You "could" subscribe to SendGrid FREE service and create your own "sendEmail" function that posts to their service.    It caps at 100 emails per day.

    That said.. If you are going to go to all that trouble... Heck.. for about $100 / USD a year..  Just upgrade to Ninox Cloud and let them take care of all the configuration.. :) 

Content aside

  • 4 yrs agoLast active
  • 6Replies
  • 2132Views