Re: Unable to send with Sendmail
René J.V. Bertin <[email protected]>
| Newsgroups | gmane.comp.kde.users.pim |
|---|---|
| Message-ID | <14487768.5zjLJbKo8N@bola> |
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