为什么我无法在localhost中发送电子邮件,但是当我尝试托管时,它可以发送电子邮件 这是我的代码 **
fun getNumber() = (
print "Please enter the number of integers: ";
let
val str = valOf (TextIO.inputLine TextIO.stdIn)
val i : int = valOf (Int.fromString str)
in(
randomList(i),
mergeSortDriver(randomList(i)))
end
);
** 请帮助解决我的问题
答案 0 :(得分:0)
您需要在XAMPP上配置电子邮件设置。快速搜索堆栈溢出显示有人已经问过这样的问题并收到并回答......
How to configure XAMPP to send mail from localhost?
请在下次尝试使用搜索功能。