opennebraska / renters-help

https://codefornebraska.github.io/renters-help/
3 stars 3 forks source link

Add ability to email PDF #24

Open dodgees opened 3 years ago

chandlerbrtek commented 3 years ago

This definitely seems like an interesting problem. From my short research it looks like something that maybe can only be done on server side? mailto doesn't allow attachments. Did you have any good ideas of where to start here?

dodgees commented 3 years ago

No. I haven't looked into it at all.

ronaldewatts commented 3 years ago

From what I understand there is no way to do this without a server-side interaction.

chandlerbrtek commented 3 years ago

Yeah that's what it looks like to me as well, only other solution was this: https://www.emailjs.com/, which seems interesting but is not free.