Change msmtprc to use default email nobody@

This commit is contained in:
Deon George 2023-05-04 20:21:20 +10:00
parent 6cd78fc2ad
commit 59064cc03e

View File

@ -14,10 +14,10 @@ auth off
host smtp
# Envelope-from address
from wordpress@%H
from nobody@%H
# Sets the argument of the SMTP EHLO
domain wordpress
domain web
# Construct envelope-from addresses of the form "user@oursite.example"
#allow_from_override on