fr.paris.lutece.plugins.form.modules.processornotifysender.service
Class NotifySenderService

java.lang.Object
  extended by fr.paris.lutece.plugins.form.modules.processornotifysender.service.NotifySenderService

public final class NotifySenderService
extends java.lang.Object

NotifySenderService


Method Summary
 void sendNotification(FormSubmit formSubmit, java.lang.String strEmailSender, java.lang.String strSenderName, java.lang.String strSenderEmail, java.lang.String strSubject, java.lang.String strMessage, boolean bSendAttachments)
          Send notification to the sender
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

sendNotification

public void sendNotification(FormSubmit formSubmit,
                             java.lang.String strEmailSender,
                             java.lang.String strSenderName,
                             java.lang.String strSenderEmail,
                             java.lang.String strSubject,
                             java.lang.String strMessage,
                             boolean bSendAttachments)
Send notification to the sender

Parameters:
formSubmit - the form submit
strEmailSender - the email of the sender
strSenderName - the sender name
strSenderEmail - the sender email
strSubject - the subject
strMessage - the message
bSendAttachments - true if it must send the attachments, false otherwise


Copyright © 2012 Mairie de Paris. All Rights Reserved.