FreshRSS / FreshRSS/Extensions
Share By Email Extension: Prefill recipient's address
Open
Feature Request
xExtension-ShareByEmail
- Dominant language
- PHP
- Stars
- 712
- Forks
- 117
- Avg merge
- 5h 10m
- Merged PRs (30d)
- 9
Description
It'd be nice to be able to provide an optional default recipient address for the *Share By Email* extension.
Currently the URLs are formed like this:
```
mailto:?subject=foobar&body=https://blog.example.org/post-1
```
With a default recipient address (that has to be entered as option for *Share By Email*), the URL would look like:
```
mailto:defaultrecipient@example.org?subject=foobar&body=https://blog.example.org/post-1
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.