Join Slack
Powered by
Is there a way in lucee to tell how many emails ar...
# lucee
m
Matt Dyer
07/15/2022, 4:44 PM
Is there a way in lucee to tell how many emails are in the spool? Like in acf I can just count the files in the spool folder.
Matt Dyer
07/15/2022, 4:46 PM
Also when mail goes into the spool is it sent in the order that you put it in the spool?
Matt Dyer
07/15/2022, 4:52 PM
I think maybe I found it. Does each file in WEB-INF/lucee-web/remote-client/open represent an email?
z
zackster
07/15/2022, 4:57 PM
yep
m
Matt Dyer
07/15/2022, 5:05 PM
Ok thank you
z
zackster
07/15/2022, 5:33 PM
as Lucee is open source, if you can see something in the admin, which is all in cfml, you can simply lookup the code being used in the admin to find out how to do via the admin api
https://github.com/lucee/Lucee/tree/5.3/core/src/main/cfml/context/admin
8
Views
Open in Slack
Previous
Next