Search

 

Version: 4.3.0 +

Applicable to: Futurama Vision

 

Description

Futurama Vision can automatically send e-mails. For example in the process of creating an account, making changes to an account and confirming these changes. To use this functionality, the name of the SMTP-server has to be defined. This can be defined in the configuration file of the Futurama Vision Management Site. 

Configuration

Settings

Within the configuration element the next code has to be included:

<configSections>
	<sectionGroup name="visionSettings">
		<section name="mail" type="ActuIT.Futurama.Vision.Business.MailSection, ActuIT.Futurama.Vision.Business, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"/>
	</sectionGroup>
</configSections>

Next to this code, also within the configuration element the next code has to be included:

<visionSettings>
	<mail>
		<smtpserver name="{mailserver}"></smtpserver>
	</mail>
</visionSettings>

The visionSettings element is the general part for more configuration settings. Within this element the mail element is set.

Explanation

Within the mail element the name of the SMTP-server can be defined. The value {mailserver} has to be replaced by the name of your SMTP-server.

Feedback

If you have any questions about this subject or if you want to provide us feedback please send us an e-mail.

Updated: 2013-05-28