Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Providing option to mail the download link to reciepient through terminal #170

Open
brohithkr opened this issue Nov 27, 2023 · 3 comments

Comments

@brohithkr
Copy link

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 xyz@gmail.com

@brohithkr
Copy link
Author

I would be happy to work on this feature if its considered to be a useful.

@Skyfay
Copy link

Skyfay commented Dec 28, 2023

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?

@tdulcet
Copy link

tdulcet commented Dec 29, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants