我是一個PHP的新手。這是我用PHP發送電子郵件的代碼。發送電子郵件與PHP和可能配置SMTP設置
mail("[email protected]", "the subject", $message,
"From: [email protected] \r\n"
."X-Mailer: PHP/" . phpversion());
可以用PHP沙箱在這裏找到:
http://sandbox.onlinephpfunctions.com/code/88e1df4ddf90cdf64d5e04c2c2da4c10dfb801ee
但是沒有關係的工作。
我需要設置SMTP連接嗎?如果是這樣,怎麼樣?
請如果您對此有任何解釋的話。 – user2950593