csandbach
08-21-2007, 12:27 PM
Im trying to make a fixed email list (last hair brained idea) im having a bit of a problem though
email= oRecordset("SubscriberEmail")
works fine, but what i have in the db, is their username
so essintially i want
moby= oRecordset("username"@mydomain.com) where it adds my domain at the end, is this possible?
email= oRecordset("SubscriberEmail")
works fine, but what i have in the db, is their username
so essintially i want
moby= oRecordset("username"@mydomain.com) where it adds my domain at the end, is this possible?