Skip to content
Snippets Groups Projects
Commit cefc6091 authored by Martin Strbacka's avatar Martin Strbacka
Browse files

mail_notifier: Added config option sender_name.

parent bf78a147
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ create_msmtp_config() {
}
use_turris_smtp() {
mail_from="$(echo $mail_from | cut -d '@' -f1)@notify.turris.cz"
mail_from="$(uci get user_notify.smtp.sender_name | cut -d '@' -f1)@notify.turris.cz"
local username=`atsha204cmd serial-number`
local password=`echo "efefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefef" \
| atsha204cmd challenge-response \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment