我見過很多視頻,但沒有得到如何在PHP中使用send mail
的問題。在php中使用xampp發送郵件
我已經配置了php.ini
文件,也是sendmail.ini
文件沿smtp port
和server
,改變了auth_username
和password
。但是,下面的代碼仍然不起作用!
<?php
mail('[email protected]','Hello','Testing Testing','From:[email protected]');
?>
是否需要下載任何內容或更改gmail設置?
您是否試圖從'localhost'發送郵件? –
yaa我使用xampp!但是我需要從我的gmail帳戶發送的信息b。我在@ Mr.Alien上有互聯網連接 – user2280276
請參閱本教程http://digiex.net/guides-reviews/guides-tutorials /application-guides/544-configuring-php-under-windows-use-gmail-external-smtp-server-ssl.html –