Click to See Complete Forum and Search --> : HTML Email
blueprint120
08-27-2003, 12:55 PM
I'd like to create a mass email to send out with a picture that i'd like to splice....such as the one i have attached from art.com. Does anyone know the html code i'd use in outlook create such thing?
http://home.comcast.net/~stallworth1/artcom.jpg
blueprint120
08-27-2003, 01:11 PM
oh yes...let me also state
i have the graphic already...i just don't know the coding to properly post it in a email..
PeOfEo
08-27-2003, 04:11 PM
Spam is illegal. But if you are going to make a site that sends a mass email my suggestion would be use a server side language and store email address in a data base and access them from the data base with the server side language and then use the same server sid elanguage to send the email via a hosts smtp server, that is of cource if you are using some sort of mailing list to store the email addresses that users submit. Server side languages are: ASP.NET ASP PHP CGI SHTML JSP
blueprint120
08-27-2003, 04:48 PM
no no no....(and maybe i should have specified that)
I do not have plans on spamming. What i wish to do is create a graphic for people who are on my mailing list (and signed up to be) and also its not to sell products. I just want to do something in the same format as that email i showed.
It'll actually be a newsletter of a sort.
PeOfEo
08-27-2003, 04:52 PM
Well do like what I said use a server side language to store emails in a data base then when you go to do the letter the server side language will then access the data base and it will also connect to the smtp server and send the email.