Unable to send with Sendmail
René J.V. Bertin
rjvbertin at gmail.com
Wed Aug 15 12:28:15 BST 2018
On Wednesday August 15 2018 12:25:35 Ingo Klöcker wrote:
>to call as René suspected. You can try to write a shell script which calls
>/usr/bin/msmtp --account=<account_name>
>and enter the path of this shell script in the configuration, but I doubt that
>will work because the command is not executed with a shell.
It should if the script is written with the usual magic 1st line like
#!/bin/sh
exec /usr/bin/msmtp --account=<account_name>
R
More information about the kdepim-users
mailing list