我在Windows上使用wamp服务器和sendmail程序。我正试图通过我的企业电子邮件从我的个人计算机发送电子邮件。
我配置了sendmail.ini
select count(m) from MyEntity m where m.someProperty=1
我也改变了php.ini
smtp_server=localhost
smtp_port=1055
default_domain=company.something
auth_username=mymail@company.something
auth_password= *****
在阅读了其他人questions后,我使用了这个技巧
SMTP = localhost
smtp_port = 1055
sendmail_path = "path\to\sendmail.exe"
但仍然出现1º Right click on sendmail.exe
2º Properties
3º Compatibility
4º Change the configuration for all users
5º Execute as Windows XP SP 3
6º Execute as adminitrator
错误。
我确信我的SMTP是正确的,因为我使用相同的Thunderbird并且它在一年前每天运行没有任何问题。
我也确定我的配置工作正常,因为我尝试更改参数以使用gmail帐户并且它正在运行。
我只是想知道,这个错误意味着什么?