| Summary: | Add support for mail command | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Jozef Říha <jose1711> |
| Component: | Plugin-Generic-SendByMail | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | wishlist | CC: | caulier.gilles |
| Priority: | NOR | ||
| Version First Reported In: | 7.3.0 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Jozef Říha
2021-04-26 21:30:28 UTC
Perhaps adding a more generic approach would cover this. Currently there's a predefined list of mail programs. But what if one wants to implement his/her own logic? Ideally there's a [custom] script option exists which would only request for things like: recipient(s), subject, body, resolution and quality settings and it would execute a custom script passing all this options on standard input (e. g. as a JSON-formatted data). All the processing and error handling would then be a pure responsibility of the script. |