Greetings,
First, I've never really learned that much about the inner workings of email messages. I'm trying to catch up now, but in the meantime have a bit of a time-crunch on one particular problem.
I'm having trouble sending an attachment through a form (a newsletter-sending app). The SMTP code is all in a class that I "inherited" from another developer, no documentation... -- anyway, I got it to send attacthments --- but it won't send them to everyone. My wife and I receive them, my co-worker does not. My co-worker uses Outlook and Outlook Express, I use OE.
One note: If I forward a message that I've received from the site to my co-worker, then she sees the attachment.
In a test, the app seemed to set everything correctly -- Content-type was set to application/msword for Test.doc.
Any ideas? I can't really post all the code as I'm using the class to build the message and there are several nested functions involved that would be hard to represent here. Basically what I'm looking for is what might cause this behavior. With my level of experience it's hard to know what to look for.
Thanks,
Rick