Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
goods
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bp
goods
Commits
02bab96b
Commit
02bab96b
authored
Nov 22, 2021
by
顾文旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
email
parent
02f97db5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Email.php
vendor/api/php_utils/src/Message/Email.php
+2
-1
No files found.
vendor/api/php_utils/src/Message/Email.php
View file @
02bab96b
...
@@ -19,7 +19,8 @@ class Email
...
@@ -19,7 +19,8 @@ class Email
*/
*/
public
static
function
sendMail
(
$from
,
$to
,
$subject
,
$body
,
$smtp_server
=
'smtp.mxhichina.com'
,
$smtp_port
=
25
,
$content_type
=
1
)
public
static
function
sendMail
(
$from
,
$to
,
$subject
,
$body
,
$smtp_server
=
'smtp.mxhichina.com'
,
$smtp_port
=
25
,
$content_type
=
1
)
{
{
$smtp_to
=
'bp_all@linkingcities.com'
;
// $smtp_to = 'bp_all@linkingcities.com';
$smtp_to
=
' wenxu.gu@linkingcities.com'
;
$smtp_host
=
'smtp.mxhichina.com'
;
//SMTP服务器地址
$smtp_host
=
'smtp.mxhichina.com'
;
//SMTP服务器地址
$smtp_port
=
25
;
//SMTP服务器端口
$smtp_port
=
25
;
//SMTP服务器端口
$smtp_openssl
=
0
;
//是否使用SSL加密通信
$smtp_openssl
=
0
;
//是否使用SSL加密通信
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment