Bug 436244

Summary: Add support for mail command
Product: [Applications] digikam Reporter: Jozef Říha <jose1711>
Component: Plugin-Generic-SendByMailAssignee: 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
SUMMARY
I would very much welcome a lightweight option to send e-mail using the "legacy" way - only ask for recipient and then let it handle by mail command.

Currently all e-mail binaries are thick clients with also the e-mail receiving capabilities. Access to e-mail via browser is quite common these days and big clients are becoming less relevant over time. Therefore having an option to configure send-only account via sendmail, postfix, msmtp etc would find its audience.
Comment 1 Jozef Říha 2021-04-28 13:39:45 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.