Tuesday 15 April 2003 7:23:39 am
The used system where eZ is executed is network hat 7.1 Adjustments proven with smtp:
[MailSettings]
# The type of transport for emails, can be either sendmail or SMTP
# Window users should probably use SMTP
MailTransport=smtp
# Configuration for SMTP
TransportServer=192.168.1.55 (IP mailserver smtp)
TransportPort=25
TransportUser=user_name
TransportPassword=
AdminEmail=user@domain.com EmailSender=user@domain.com Adjustments proven with sendmail in the same machine of eZ Publish:
[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=user_name
TransportPassword=
AdminEmail=user@domain.com EmailSender=user@domain.com Adjustments proven with sendmail installed in another machine in local network:
[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=192.168.1.60 (IP sendmail machine in localnetwork)
TransportPort=25
TransportUser=user_name
TransportPassword=
AdminEmail=user@domain.com EmailSender=user@domain.com No of the configurations has worked :-( Thanks for the interest and the answer :-)
|