<plugin name='queuemail' version='1.3' grailsVersion='2.4 &gt; *'>
  <type>queuemail.QueuemailGrailsPlugin</type>
  <grailsVersion>2.4 &gt; *</grailsVersion>
  <license>APACHE</license>
  <issueManagement system='GITHUB' url='https://github.com/vahidhedayati/grails-queuemail-plugin/issues' />
  <developers name='Vahid Hedayati' email='badvad@gmail.com' />
  <documentation>https://github.com/vahidhedayati/grails-queuemail-plugin</documentation>
  <name>queuemail</name>
  <description>Queuemail plugin is a centralised email queueing system configurable for many providers all 
centrally controlled and limited to either daily limit or failures exceeding failureTolerance 
limit (in a row). By default all email's passing through are priority driven and configured by overall 
customService name.  Two methods of priority queueing are provided BASIC and ENHANCED (default). 
 Enhanced launches an additional thread for each running task and will attempt to kill any running process 
considered as stuck (if time taken exceeds killLongRunningTasks configuration period). </description>
  <title>queuemail plugin</title>
  <scm url='https://github.com/vahidhedayati/grails-queuemail-plugin' />
  <version />
  <resources>
    <resource>org.grails.plugin.queuemail.examples.QueueMailExampleMailingService</resource>
    <resource>org.grails.plugin.queuemail.QueueMailApiService</resource>
    <resource>org.grails.plugin.queuemail.QueueMailService</resource>
    <resource>org.grails.plugin.queuemail.QueueMailUserService</resource>
    <resource>org.grails.plugin.queuemail.executors.EmailExecutorQueueService</resource>
    <resource>org.grails.plugin.queuemail.executors.BasicExecutorQueueService</resource>
    <resource>org.grails.plugin.queuemail.executors.ExecutorBaseService</resource>
    <resource>org.grails.plugin.queuemail.QueueMailBaseService</resource>
    <resource>queuemail.UrlMappings</resource>
    <resource>org.grails.plugin.queuemail.QueueTestController</resource>
    <resource>org.grails.plugin.queuemail.QueueMailController</resource>
    <resource>org.grails.plugin.queuemail.QueueTestInterceptor</resource>
    <resource>org.grails.plugin.queuemail.Email</resource>
    <resource>org.grails.plugin.queuemail.BasicQueue</resource>
    <resource>org.grails.plugin.queuemail.EmailAttachment</resource>
    <resource>org.grails.plugin.queuemail.EmailQueue</resource>
    <resource>queuemail.Application</resource>
  </resources>
</plugin>