Interface SmtpComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface SmtpComponentBuilderFactory
Send and receive emails using imap, pop3 and smtp protocols. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
SmtpComponentBuilderFactory.SmtpComponentBuilder
Builder for the SMTP component.static class
SmtpComponentBuilderFactory.SmtpComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static SmtpComponentBuilderFactory.SmtpComponentBuilder
smtp()
SMTP (camel-mail) Send and receive emails using imap, pop3 and smtp protocols.
-
-
-
Method Detail
-
smtp
static SmtpComponentBuilderFactory.SmtpComponentBuilder smtp()
SMTP (camel-mail) Send and receive emails using imap, pop3 and smtp protocols. Category: mail Since: 1.0 Maven coordinates: org.apache.camel:camel-mail- Returns:
- the dsl builder
-
-