-
As of the documentation:
What if i only need to send emails without attachments - can i disregard this dependency? or why not if it is really required as of the documentation? I need to send emails from the backend (subscribtion emails) which do not contain any attachments and thought of using this integration - instead of using the default |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
First of all we know about the problem and that's why there is the issue #173 To answer your question im not really sure if that is possible, as i think then Spring fails initializing the context on startup because of missing beans. |
Beta Was this translation helpful? Give feedback.
First of all we know about the problem and that's why there is the issue #173
To answer your question im not really sure if that is possible, as i think then Spring fails initializing the context on startup because of missing beans.