Skip to content

Commit

Permalink
update_to_mail.iotcat.me
Browse files Browse the repository at this point in the history
  • Loading branch information
IoTcat committed Mar 3, 2021
1 parent e572b86 commit 03e110d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Expand Up @@ -345,7 +345,7 @@ function yimian__mail($to, $subject, $body, $from){

$data = array(
'fromName' => $from, // 发件人名称
'from' => "admin@iotcat.xyz", // 发件地址
'from' => "no-reply@mail.iotcat.me", // 发件地址
'to' => $to, // 收件地址
'replyTo' => "i@iotcat.me", // 回信地址
'subject' => $subject,
Expand Down

0 comments on commit 03e110d

Please sign in to comment.