[PHP] Re: Sending HTML from PHP with 'mail' as a cron job

2002-04-12 Thread Michael Virnstein
i'd suggest using PEAR's mail class. It'll fit for all your needs and is easy to use. <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > $headers = "Content-type: text/html\n"; > $fromEmail = urlencode( $dbQuery->adminEmail ); > $subject = "Your new eStore i

[PHP] Re: Sending HTML from PHP with 'mail' as a cron job

2002-04-11 Thread phplists
$headers = "Content-type: text/html\n"; $fromEmail = urlencode( $dbQuery->adminEmail ); $subject = "Your new eStore is ready!"; $message = "::name::, Your new eStore is ready at http://woodenpickle.com/shop\";>http://woodenpickle.com/shop.Y ou can open the admin panel for it at the following link