Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

mail_dir config for multiples folders #34

Closed
a21ns1g4ts opened this issue May 21, 2019 · 5 comments
Closed

mail_dir config for multiples folders #34

a21ns1g4ts opened this issue May 21, 2019 · 5 comments

Comments

@a21ns1g4ts
Copy link

a21ns1g4ts commented May 21, 2019

I have a app laravel modulated. Each module contains your classes /Mails /Notifications etc. But i can't keep my workflow with mail eclipse because he know only one folder app_path('Mail/'). Is possible implements this for many folders ?

@Qoraiche
Copy link
Owner

Hello @Atiladanvi,

I understand your problem but currently, you can only use one Mailable directory, try to copy all your mailables to one folder (eg App/Mail).

@a21ns1g4ts
Copy link
Author

a21ns1g4ts commented May 21, 2019

Could be implemented a array|string type in config email path ?

@Qoraiche
Copy link
Owner

I don't understand, do you get an error? can you elaborate, please?

@a21ns1g4ts
Copy link
Author

a21ns1g4ts commented May 22, 2019

I'm not getting an error. I'm just wondering if it is possible to modify this behavior without breaking much of the code. I think it could be modified at one point. In the mailablesList method of the main class. What you think about the sugest ?

@Qoraiche
Copy link
Owner

@Atiladanvi If you have an idea to support multiple Mailables directory you can pull request and I will check it out. thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants