ffsend
ffsend copied to clipboard
[Feature Request] Providing option to mail the download link to reciepient through terminal
It would be really convenient if users could provide an email while providing a file to upload so that the generated link is mailed to recipients email all through terminal. It would be something like:
ffsend upload hello.txt --mailto [email protected]
I would be happy to work on this feature if its considered to be a useful.
I would be happy to work on this feature if its considered to be a useful.
I would actually find this feature useful via the GUI under "Send". You can do something like this here: https://www.swisstransfer.com/ I think it would be possible to implement this in Send as well. What do you think?
You could do this automatically in Thunderbird with my FileLink provider for Send add-on, but this of course does not work in the terminal. To send the link from the command line, you may want to consider writing a simple wrapper script for ffsend
to collect the download link and then send it to the recipients with a dedicated program for sending e-mail, such as the Send Msg CLI.