thegiraffe
Programmer
I'm using an asp page to send out information to our clients from an sql database, this has been working for a while....
Now some wiseguy in the company says, surely we should be able to mass mail timesheets etc to our clients.
This on the other hand poses a bit of a problem, all the books i'm trying to use to read up on this are way to complex and just don't work with the way i've always done it (sorry wrox)
i'm declaring all my variables such as
object.to
object.from
object.subject
object.body
then finishing with object.send
i can assign variables to all the above easily (obviously), is there an easy way to set an attachment such as
attachment = "file"
object.attachment
The way i'm trying has completely bamboozled me.
Cheers and stuff
Giraffe!!!?!!??!!??!!?!
Now some wiseguy in the company says, surely we should be able to mass mail timesheets etc to our clients.
This on the other hand poses a bit of a problem, all the books i'm trying to use to read up on this are way to complex and just don't work with the way i've always done it (sorry wrox)
i'm declaring all my variables such as
object.to
object.from
object.subject
object.body
then finishing with object.send
i can assign variables to all the above easily (obviously), is there an easy way to set an attachment such as
attachment = "file"
object.attachment
The way i'm trying has completely bamboozled me.
Cheers and stuff
Giraffe!!!?!!??!!??!!?!