<action-sequence>

	<name>text_only_email.xaction</name>
	<version>1</version>
	<title>Text Only Email</title>
	<logging-level>debug</logging-level>
	<documentation>
		<author>James Dixon</author>
		<help>just testing...</help>
		<result-type>email</result-type>
		<description>This is the description</description>
	</documentation>

	<inputs>
		<to type="string">
		  <default-value>joe.pentaho@pentaho.org</default-value>
		</to>
		
		<subject type="string">
		  <default-value>text_only_email.xaction - Pentaho email Test</default-value>
			<sources>
				<request>email-subject</request>
			</sources>			
		</subject>
		
		<message-plain type="string">
		  <default-value>This is the message text</default-value>
		</message-plain>
	</inputs>
	
	<outputs/>
  <resources/>
  
  <actions>
      <action-definition>
        <action-inputs>
          <to type="string"/>
          <subject type="string"/>
          <message-plain type="string"/>
        </action-inputs>
        <component-name>EmailComponent</component-name>
        <action-type>email</action-type>
      	<component-definition/>
      </action-definition>
  </actions>
</action-sequence>