SMTP Setting
Hi, If no authentication is required for smtp , how to set up the seetings so that news letter can be send. The following message am getting. No mail server has been set though have configured like below <system.net> Regards, Siby Chacko
<mailSettings>
<smtp >
<network host="localhost" defaultCredentials="true" port="25" />
</smtp>
</mailSettings>
</system.net>
Hi siby,
There would not be a problem to use a host without credentials. Use SystemConfig.config ~/SitefinityWebApp/App_Data/Sitefinity/Configuration/SystemConfig.config
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
systemConfig
>
....
......
</
applicationModules
>
<
smtpSettings
host
=
"hostname"
domain
=
"domainname"
/>
<
licensing
/>
<
uiTimeZoneSettings
/>
</
systemConfig
>
Hi
I could not find any path "~/SitefinityWebApp/App_Data/Sitefinity/Configuration/SystemConfig.config".
Also any Admin site module for "backend UI - Settings >> Configuration >> System"
Hello siby,
Check attached screentshot. SystemConfig.config should be in the specified location, otherwise you will not be able to use the CMS.
Kind regards,
Ivan Dimitrov
the Telerik team
Hi but am using sitefinity 3.7, there the UI is quite different once logged in to the cms. I cannot see
system menu. Instead can see tyhe menus "dahboard", "pages","modules", "files" and "administration" and "livesite".
Hi siby,
The request you have opened is for Sitefintiy 4.0. In 3.x it is not possible use set up Newsletters module without username and password. If you are trying to send the email through your own control, please check the SMTP server settings.
Best wishes,
Ivan Dimitrov
the Telerik team