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
-
We're working on this feature at the moment. It will be available with an upcoming update.
Birger
-
Excelent, thanks!
-
Please make that work, that would make quite a difference!
-
Please we need this urgently
-
This is a feature coming with our next release - scheduled for the end of this month.
Birger
-
Hi there, I'd like to have this feature in my invoice database.How can I do it? Thank you!
-
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
-
i've got the same need as theinfinate@hotmail.com has
-
Hi, great code, however how do you set it up to attach the file? Cheers.
-
Hi, great code, however how do you set it up to attach the file? Cheers.
-
_________
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
-
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."
-
Please note that this feature is only available in Ninox Cloud. Try a different browser.
Birger
-
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
- 2 yrs agoLast active
- 14Replies
- 5889Views
-
1
Following