diff options
author | mayx | 2025-04-28 15:08:22 +0000 |
---|---|---|
committer | mayx | 2025-04-28 15:08:22 +0000 |
commit | 0f004698711c4da2f7be0a4b8cc798af89b380da (patch) | |
tree | cc2f3964ae810a0f652dbe5a6658fc58212446a4 /_posts/2018-11-10-email-sender.md | |
parent | 1df87ea39d2866b7d777076c477af8b36520d34c (diff) |
Update 6 files
- /_posts/2018-11-10-email-sender.md - /_posts/2021-03-02-workers.md - /_posts/2019-11-21-enc.md - /_posts/2019-06-22-counter.md - /_layouts/default.html - /feed.xslt.xml
Diffstat (limited to '_posts/2018-11-10-email-sender.md')
-rw-r--r-- | _posts/2018-11-10-email-sender.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2018-11-10-email-sender.md b/_posts/2018-11-10-email-sender.md index a178c14..ee23ac9 100644 --- a/_posts/2018-11-10-email-sender.md +++ b/_posts/2018-11-10-email-sender.md @@ -13,7 +13,7 @@ tags: [免费, 邮件, 日报, 心得] 到我的邮箱了…… # 代码 -``` PHP +```php <?php function curl_post_https($url,$data){ // 模拟提交数据函数 $curl = curl_init(); // 启动一个CURL会话 |