Forums / Install & configuration / [solution] for Problems with Mail, no sending was possible

[solution] for Problems with Mail, no sending was possible

Author Message

Ekkehard Dörre

Saturday 24 May 2003 3:45:05 am

Sending mail wasn't possible.
old:
[MailSettings]
# The type of transport for emails, can be either sendmail or SMTP
# Window users should probably use SMTP
MailTransport=sendmail
# Configuration for SMTP
TransportServer=
TransportPort=25
TransportUser=
TransportPassword=
AdminEmail=nospam@ez.no
# The address which will be set at the sender of the e-mail as default
EmailSender=nospam@ez.no

change MailTransport=sendmail or SMTP
to Transport=sendmail or SMTP

and it works,
Greetings ekke

http://www.coolscreen.de - Over 40 years of certified eZ Publish know-how: http://www.cjw-network.com
CJW Newsletter: http://projects.ez.no/cjw_newsletter - http://cjw-network.com/en/ez-publ...w-newsletter-multi-channel-marketing

bartos de hondt

Friday 06 June 2003 7:43:53 am

Thank you, now is see the entry in /var/log/maillog , but the mail is not sent.

I tried a php script to send mail from the apacheserver to sendmail and this was ok.

It must be a EZpublish issue.

All help is welcome !

Huib Kleinhout

Friday 06 June 2003 7:49:27 am

Do you have safemode on?
EZP 3.02 fails to send e-mail when safemode is on...

bartos de hondt

Monday 07 July 2003 5:15:25 am

Hi,
Sorry for the late reply.

Safemode is off,
I tried with a small php script to send the mail and that works fine.
In the meanwhile I upgraded to

Many thanks for your help