Use app name for emails

This commit is contained in:
Wojciech Kozlowski 2022-11-21 23:13:50 +01:00
parent 76c27d6731
commit db079ed1ef

View File

@ -38,7 +38,7 @@ ExecStart=/usr/bin/podman run \
-e MAILER_SECURITY="tls" \
-e MAILER_AUTH_USER="{{ services[service_name].smtp_name }}" \
-e MAILER_AUTH_PASSWORD="{{ services[service_name].smtp_password }}" \
-e MAILER_NOREPLY_NAME="notes" \
-e MAILER_NOREPLY_NAME="Joplin" \
-e MAILER_NOREPLY_EMAIL="notes@{{ services[service_name].domain }}" \
-e STORAGE_DRIVER="Type=Filesystem; Path=/data" \
--name=pod-notes-joplin \