<xsd:complexType name="com.predic8.membrane.core.config.spring.EmailTokenProviderParser">
<xsd:complexContent>
<xsd:extension base="beans:identifiedType">
<xsd:sequence>
</xsd:sequence>
<xsd:attribute name="simulate" type="spel_boolean">
</xsd:attribute>
<xsd:attribute name="recipient" type="xsd:string" use="required">
</xsd:attribute>
<xsd:attribute name="body" type="xsd:string" use="required">
</xsd:attribute>
<xsd:attribute name="sender" type="xsd:string" use="required">
</xsd:attribute>
<xsd:attribute name="subject" type="xsd:string" use="required">
</xsd:attribute>
<xsd:attribute name="smtpHost" type="xsd:string" use="required">
</xsd:attribute>
<xsd:attribute name="smtpUser" type="xsd:string">
</xsd:attribute>
<xsd:attribute name="smtpPort" type="spel_number">
</xsd:attribute>
<xsd:attribute name="smtpPassword" type="xsd:string">
</xsd:attribute>
<xsd:attribute name="ssl" type="spel_boolean">
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|