【发布时间】:2018-08-17 00:17:33
【问题描述】:
我无法发送或接收电子邮件,我将以下设置添加到:位于D:\EasyPHP-.3.3\www\ezpublish5.4\ezpublish_legacy\settings 的site.ini:
Transport=sendmail
#A list of possible handlers for sending mails, use the setting Transport to specify which one to use
TransportAlias[]
TransportAlias[file]=eZFileTransport
TransportAlias[sendmail]=eZSendmailTransport
TransportAlias[smtp]=eZSMTPTransport
# Configuration for SMTP
TransportServer=smtp.gmail.com
# Connection type in SMTP: <empty>(no encryption)|ssl|sslv2|sslv3|tls
TransportConnectionType=ssl
# Default SMTP port is 25, default Secure SMTP port(SSL,TLS) is 465
TransportPort=465
TransportUser=user@server.com
TransportPassword=mypassword
SenderHost=localhost
AdminEmail=user@server.com
# The address which will be set as the From header of the e-mail, unless
# overridden by the template variable email_sender.
EmailSender=user@server.com
DebugReceiverEmail=user@server.com
以及Proxy的配置:
ProxyServer=**********:9090
User=user
Password=************
是否有人做过类似的事情,或者我在论坛帖子中拼错了主题搜索。无论如何,如果有人能指出我正确的方向,我会很高兴。
【问题讨论】:
标签: ezpublish