Wir versenden derzeit Textmails so: --- cut --- strsql="EXEC master.dbo.xp_sendmail @recipients='" & replace(an,"'","''") & "',@copy_recipients='" & cc & "',@blind_copy_recipients = '" & bcc & "',@subject = '" & replace(Subj,"'","''") & "',@message = '" & replace(msg,"'","''") & "'" --- cut ---
Frage: Wie kann man der Stored Procedure beibringen, HTML-Formatierte Mails zu senden bzw. Mails sowohl mit Text als auch HTML zu senden? Stefan. _______________________________________________ Database.asp Mailingliste, Postings senden an: [EMAIL PROTECTED] An-/Abmeldung und Suchfunktion unter: http://www.glengamoi.com/mailman/listinfo/database.asp
