I have a form that's giving visitors the option of either writing text
or an attachment, in two places.
My script is taking this and sending it by email, with attachments if
there are uploads from the form.
I've modified the generic scripts available through Google, but I'm
running into a problem. If I don't have a file to attach as #1, even if
there is a file to attach as #2, it ignores #2 and sends the email
without attachments.
Any ideas?