| Author |  | 
      
        | ssr92 Newbie
 
  
 
 Joined: 31 January 2008
 Location: France
 Online Status: Offline
 Posts: 2
 | 
          Hi,
           | Posted: 05 May 2008 at 6:49am | IP Logged |   |  
           | 
 |  I m trying to use the SendMailMerge method.
 I have a question about it.
 I need to send over 3000 mails (newsletters) from an webform application.
 I would like to know If it could be done with this method and also, do I have to do something special (increase any timeout values, etc...) ?
 Regards,
 Stan
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Andrew AfterLogic Support
 
  
 
 Joined: 28 April 2006
 Location: United States
 Online Status: Offline
 Posts: 1189
 | 
          Yes, this is possible. Because you're going to develop a web application which sends lots of messages (may take a lot of time), it makes sense to use MailBee Message Queue.
           | Posted: 06 May 2008 at 4:29am | IP Logged |   |  
           | 
 |  
 MMQ is a Windows service which organizes a message queue where your application can quickly submit thousands of messages through MailBee.NET Objects and they'll be sent in background. This is vital for web applications because they have limited life time and may be terminated before they complete sending.
 
 To submit messages to MMQ via MailMerge, use Smtp.SubmitJobsToPickupFolder method.
 
 With MMQ, you don't have to increase any timeouts.
 
 Best regards,
 Andrew
 | 
       
        | Back to Top |     | 
       
       
        |  |