我可以在 Thunderbird 或 Evolution 中进行延迟传送吗

neu*_*ron 5 shell email sendmail evolution thunderbird

现在我们可以选择"Delay Delivery"in Outlook

thunderbird/evolution我们可以在或任何其他 Linux 客户端中做类似的事情吗?

Wto*_*wer 3

Thunderbird有一个“稍后发送”附加组件:

真正的“稍后发送”功能可以安排发送电子邮件的时间。

恐怕 Evolution 无法实现此功能。

使用命令行,您可以将命令at与一些 mta(例如ssmtpmailutils或 )结合使用postfix

mailutils 的示例:

echo "Test" | mail abc@def.com | at 7:30
Run Code Online (Sandbox Code Playgroud)