0

Sending invoice by mail?

Hey guys, i love this database i am building, ninox is quite powerfull!  Id like to know if there was a way i could create a button on my invoice page that would add the invoice as an attachment in Mac's mail program with the clients email address added to the email?  That would save me a lot of time!

14 replies

null
    • Birger_H
    • 5 yrs ago
    • Reported - view

    We're working on this feature at the moment. It will be available with an upcoming update.

    Birger

    • theinfinate
    • 5 yrs ago
    • Reported - view

    Excelent, thanks!  

    • Tatyana_Kondor
    • 5 yrs ago
    • Reported - view

    Please make that work, that would make quite a difference!

    • Forza_Creativa
    • 5 yrs ago
    • Reported - view

    Please we need this urgently 

    • Birger_H
    • 5 yrs ago
    • Reported - view

    This is a feature coming with our next release - scheduled for the end of this month.

    Birger

    • centroequibalance
    • 5 yrs ago
    • Reported - view

     Hi there, I'd like to have this feature in my invoice database.How can I do it? Thank you!

    • Support
    • 5 yrs ago
    • Reported - view

    Hi, 

    the code is:

     

    _________

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

    __________

     

    You will also find a demo database "00_New features in Ninox 2-4" in our Webinar EN 2018 team. There is a button "Print an send per e-mail" on the input form of the "Clients" table on the tab "ToDo view".

    I have already invited you to that team. Please accept the invitation to get access to the team and the database.

    Best, Jörg

    • Laurent
    • 5 yrs ago
    • Reported - view

    i've got the same need as theinfinate@hotmail.com has

    • rick
    • 5 yrs ago
    • Reported - view

    Hi, great code, however how do you set it up to attach the file? Cheers.

    • rick
    • 5 yrs ago
    • Reported - view

    Hi, great code, however how do you set it up to attach the file? Cheers.

    • Birger_H
    • 5 yrs ago
    • Reported - view

    _________

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

    Birger

    • theinfinate
    • 5 yrs ago
    • Reported - view

    I'd love to see a video tutorial on this, i just can't get it to work.  It comes up with the error "Not supported on client side."

    • Birger_H
    • 5 yrs ago
    • Reported - view

    Please note that this feature is only available in Ninox Cloud. Try a different browser.

    Birger

    • jason.1
    • 1 yr ago
    • Reported - view

    Is this still a Ninox Cloud only feature? I cold really do with the ability to send an email via the Mac app too but getting the "Not Supported on client side" error message... 

Content aside

  • 1 yr agoLast active
  • 14Replies
  • 5872Views
  • 1 Following