Skip to content

Mail Receiver - Using Spring Boot with Spring Integration

Notifications You must be signed in to change notification settings

huytmb/mail-receiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mail Receiver - Using Spring Boot with Spring Integration

Description

This project demonstrates how to periodically read emails from mail server (support IMAP) and process them.

Development

To start your application in the dev profile, run:

./mvnw

Configuration

application.yml

mail:
  imap:
    ssl: true
    host: imap.gmail.com
    port: 993
    username: your-email%40gmail.com
    password: your-password

Reference Documentation

For further reference, please consider the following sections:

About

Mail Receiver - Using Spring Boot with Spring Integration

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages