Issam Bakrim
Issam Bakrim

Reputation: 101

Can't send Email SMTP in ez publish 5.4

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
[email protected]
TransportPassword=mypassword
SenderHost=localhost
[email protected]
# The address which will be set as the From header of the e-mail, unless
# overridden by the template variable email_sender.
[email protected]
[email protected]

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.

Upvotes: 2

Views: 373

Answers (2)

Ясир
Ясир

Reputation: 155

I've never configured a google account to send mail directly from EZ, but try this :

TransportServer=smtp.googlemail.com

the mail delivery was delayed and ended up in the gmail spam folder (i think you're emailing via eZ Publish to a gmail account).

Let me assure you this is not an eZ Publish problem as eZ Mail is stable (rock solid).

Upvotes: 2

Romek
Romek

Reputation: 11

I think you should set Transport=smtp

Upvotes: 1

Related Questions