Hello folks!
My client likes to send mailings to a list of clients with his latest column. No problem, if there would be only the column (loaded from the DB). But my client wants to be able to ad some text and change the font etc if necessary.
There are two possibilities to do this: Me creating an on-line editor or something i'm not sure of wheter it will work:
With mailto: in the link element (<a> ) it is possible to open the user's e-mail client with a pre-determined title and content:
<a href="mailto:user1@mailinglist.nl,user2@mailinglist.com?subject=mailing&body=basic content">send!</a>
I'd like this basic content to be some html code.
How can I tell the mail-client (MS outlook 2000 in this case) that we are writing a html mail? body=<html>content</html> is not enough.
How can I attach pictures to the e-mail and use them in the mail?
Thanks.
Jasper
PS.: I'm sorry for my lacky English...
My client likes to send mailings to a list of clients with his latest column. No problem, if there would be only the column (loaded from the DB). But my client wants to be able to ad some text and change the font etc if necessary.
There are two possibilities to do this: Me creating an on-line editor or something i'm not sure of wheter it will work:
With mailto: in the link element (<a> ) it is possible to open the user's e-mail client with a pre-determined title and content:
<a href="mailto:user1@mailinglist.nl,user2@mailinglist.com?subject=mailing&body=basic content">send!</a>
I'd like this basic content to be some html code.
How can I tell the mail-client (MS outlook 2000 in this case) that we are writing a html mail? body=<html>content</html> is not enough.
How can I attach pictures to the e-mail and use them in the mail?
Thanks.
Jasper
PS.: I'm sorry for my lacky English...