Hi,

I am absolutely new to PHP, so please excuse my "first" question to the list...

I want to allow visitors of one of my site to send a formatted HTML 
page incl images to an email address of their choice.

So far, I found some guidelines to write my first script but...

I have created a simple page @ 
http://www.gondwanastudio.com/xTest/EmailThisPage.html, where there 
is a button that triggers 
http://www.gondwanastudio.com/Alpha/MailPage.php3 script.

The script grabs the email address from the "from" field and send the 
HTML page to the "to" field  (with table & image) embedded into the 
body of the message.  This seems to work fine but...

My first problem is that the HTML file is not showing "as html" in 
Eudora 5 for Mac although it's capable of it.

Also ideally, I would like that the visitor doesn't see the HTML page 
I am going to send, but only grab the HTML file and send it.

Last, I also would like to send a second email to myself to inform me 
that someone (from) has sent the page someone else (to).  That 
doesn't seem to work.

Your help will be very much appreciated here in South Africa... Thanks!
-- 

Regards, Paul.

Gondwana
[EMAIL PROTECTED]
http://www.gondwanastudio.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to