Explorar o código

simply use WordPress as the from name

Girish Ramakrishnan %!s(int64=9) %!d(string=hai) anos
pai
achega
abee436bf2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      start.sh

+ 1 - 1
start.sh

@@ -61,7 +61,7 @@ fi
 echo "Configuring smtp mail"
 $WP option update mailer smtp
 $WP option update mail_from ${MAIL_SMTP_USERNAME}@${MAIL_DOMAIN}
-$WP option update mail_from_name ${MAIL_SMTP_USERNAME}
+$WP option update mail_from_name WordPress
 $WP option update smtp_host ${MAIL_SMTP_SERVER}
 $WP option update smtp_port ${MAIL_SMTP_PORT}
 $WP option update smtp_auth false