I'm studying the Swift Mailer, and wondered if there is someone in here
that is familiar enough with the way it works, that you could give me a little
guidance.
I have a form that I created that allows someone to enter their information
as required, and that works just fine. Once submitted, it generates an email
that is sent to the company, and a copy is sent to the person submitting it.
Currently I am using mail() in a mailing function that I have that isn't related
to Swift Mailer.
I need to give the submitter the opportunity to include 3 documents
(scans of ID Info) by searching their computer for them.
I'm not sure of how to manage this.
Do they upload the documents to the server and then I pick them up
from there to attach to the email?
And if so, would that be a separate process, or can it be done all at the
same time when they submit the form?
If you can't tell, I'm just a little lost on this, which brings me back to the
Swift Mailer. It appears to have just about everything included in it so
it should be easier to accomplish, but just looking for practical experience
with it before I start that venture.
Any feedback would be greatly appreciated.
Thanks in advance,
Douglas