gpt4 book ai didi

php - 我已经尝试了一切、每种技术,但我无法从我的 xampp 服务器发送 gmail?

转载 作者:行者123 更新时间:2023-11-29 21:54:22 25 4
gpt4 key购买 nike

我的功能是这样的,用户注册他的帐户,并且应该向他发送电子邮件以激活他的帐户。用户点击电子邮件中的链接并激活他的帐户。

我以各种方式更改了php.ini:例如,我更改了sendmail.php

smtp_server=smtp.gmail.com
smtp_port=465 //i also changed it to 587 to test
auth_username=me@gmail.com
auth_password=mypassword
force_sender=me@gmail.com
hostname=smtp.gmail.com //i tried it by leaving it blank

I changed my php.ini to this and close my apache , th i restart it to configure .
SMTP = smtp.gmail.com
smtp_port = 465 //i changed it 587 as well
sendmail_path="\"C:\xampp\sendmail\sendmail.exe\"-t"

我关闭了防病毒软件,我使用的是 php 5.6.3 和 xampp 服务器 3.2.1,我使用的是 windows 7 home premium。

这里是我的 php 代码。
我在 register_user 中使用这行函数。

 email($register_data['email'],'Active your account',"\n\n hello".$register_data['first_name']. ",you need to activate your account below:\n\n http:/localhost/lr/active.php?email=" .$register_data['email']."email_code=".$register_data['email_code']." \n\n  -auto hire edge");
I m using this function to send mail

function email($to, $subject, $body)
{
mail($to , $subject , $body, 'From: hello@gmail.com');

}

请告诉我是否做错了什么??

最佳答案

请引用this链接:这是一个视频教程,它将帮助您配置本地主机 xampp 服务器以发送 gmail。

关于php - 我已经尝试了一切、每种技术,但我无法从我的 xampp 服务器发送 gmail?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33315658/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com