I have a client that wants form data written as a doc then sent as an attachment instead of just sending the form data as text. I can probably figure out how to send attachments with Mail::Mailer, but I don't know how OR if it's even possible to write a .doc file (the client doesn't want a .txt and I'm not exactly sure if I can just use the extension and have it read as a document).
Any information on this you can give me would be very much appreciated.