Webmasters, gagnez de l'argent en affichant des bannières contextuelles Oxado
SourceForge.net Logo
Support This Project
   LeCouteauSuisse Project
Welcome ! [ Home ]  ·  [ Downloads ]  ·  [ Forums ]  ·  [ News ]  ·  [ Documentations ]  
[ Home ]

[ Documentations ]

MailReceiver


This receiver send a mail on each event it receive.

See Service Configuration for detailled information to configure your service. You must declare this receiver with the <receiver> section inside a <group> section. It will looks like :

<receiver name="MyReceiverName" type="LeCouteauSuisse.Components.MailReceiver, 
		LeCouteauSuisseComponents, Version=1.0.0.2, Culture=neutral, PublicKeyToken=8d1037c5df6d5bd0">
This component have some parameters inside the section <settings>. Each parameter is written with a <setting> section. This component is based on SmtpClient class of the Framework and can use a default configuration (See <mailSettings>).

Key nameMandatoryDefault valueDescription
smtpServerNoSee <mailSettings>The name of the SMTP server.
smtpPortNoSee <mailSettings>The port of the SMTP server.
toFormatYes The electronic mail addresses of recipients.
toArgumentsNo The arguments to format toFormat. See Format parameters.
fromFormatNoSee <mailSettings>The electronic mail address of the sender.
fromArgumentsNo The arguments to format fromFormat. See Format parameters.
subjectFormatNo The subject of your mail.
subjectArgumentsNo The arguments to format subjectFormat. See Format parameters.
bodyFormatNo The body of your mail.
bodyArgumentsNo The arguments to format bodyFormat. See Format parameters.


LeCouteauSuisse