Explorar el Código

simply use WordPress as the from name

Girish Ramakrishnan hace 9 años
padre
commit
abee436bf2
Se han modificado 1 ficheros con 1 adiciones y 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