We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88e125d commit bfe927dCopy full SHA for bfe927d
1 file changed
README.md
@@ -30,10 +30,16 @@ $smtpuser = "your@domain.com"; //SMTP服务器的用户帐号
30
$smtppass = "yourpassword"; //SMTP服务器的用户密码
31
```
32
以上字段,如需调试请将
33
+
34
`$smtp->debug = false;`
35
设为
36
`$smtp->debug = true;`
-如需使用ssl,请将`$smtpserver`添加`ssl://`,如:`$smtpserver = "smtp.ym.163.com";`
37
38
+如需使用ssl,请将
39
40
+`$smtpserver`添加`ssl://`,
41
42
+如:`$smtpserver = "smtp.ym.163.com";`
43
## 4.运行umbrellaV2.php
44
您可以部署于WEB服务器或
45
`php /home/umb/umbrellaV2.php`
0 commit comments