I can't send or receive email, i added the following settings to the : site.ini located in D:\EasyPHP-.3.3\www\ezpublish5.4\ezpublish_legacy\settings
:
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
And the configuration of Proxy :
ProxyServer=**********:9090
User=user
Password=************
Has somebody done something similar or perhaps I have misspelled the topic search within the forum posts. Anyhow I would be very glad if someone could point me in the right direction.