[PHP] [HTML MAIL FORM] - Body text not coming through

2008-07-20 Thread TS
Can someone spot what I'm doing wrong here? Must have something to do with headers maybe? The attached picture comes through but, no text. Here's the headers that do come through. Thanks for any help. Mail is such a pain. Received: (qmail 13640 invoked by uid 48); 19 Jul 2008 17:01:10 -0700

[PHP] Re: php +html mail

2007-03-17 Thread Haydar TUNA
Hello, If you are new to php or other web technologies, you can find many information,examples about PHP and other web technologies in http://www.w3schools.com/ web sites. This is a great web site for web technology education. :) -- Haydar TUNA Republic Of Turkey - Ministry of National

Re: [PHP] php +html mail

2007-03-17 Thread Martin Marques
On Sat, 17 Mar 2007, Wasantha De Silva wrote: Dear all, I want get a help from you for some php codes. Use google. There is plenty of code out there. -- 21:50:04 up 2 days, 9:07, 0 users, load average: 0.92, 0.37, 0.18 - Lic. Martí

Re: [PHP] php +html mail

2007-03-17 Thread Tijnema !
On 3/17/07, Wasantha De Silva <[EMAIL PROTECTED]> wrote: Dear all, I want get a help from you for some php codes. How can I get it. Regards wasantha Maybe you can make yourself a little bit more clear? What code do you have atm, what do you want us to help with? Tijnema -- PHP General Mai

[PHP] php +html mail

2007-03-16 Thread Wasantha De Silva
Dear all, I want get a help from you for some php codes. How can I get it. Regards wasantha

Re: [PHP] HTML Mail script reading text from MySQL

2006-06-02 Thread Rabin Vincent
On 6/2/06, Tom Chubb <[EMAIL PROTECTED]> wrote: What I meant is say a page outputs an HTML table eg: [snipped] But I want to get that code into the $message variable. I have written many mail scripts before it's just getting the data into the variable. Should I be using something like CURL?

Re: [PHP] HTML Mail script reading text from MySQL

2006-06-02 Thread Tom Chubb
;; > > $headers = "From: [EMAIL PROTECTED]" . > "Reply-To: [EMAIL PROTECTED]"; > > //send email > mail($mail_to, $subject, $message, $headers); > ?> > > > HTH, > > Mark Cain > > - Original Message - > From: "Tom Chubb"

Re: [PHP] HTML Mail script reading text from MySQL

2006-06-02 Thread Tom Chubb
Mark Cain - Original Message - From: "Tom Chubb" <[EMAIL PROTECTED]> To: "[php] PHP General List" Sent: Friday, June 02, 2006 10:59 AM Subject: [PHP] HTML Mail script reading text from MySQL >I can't work out how to load the text from a recordset resul

[PHP] HTML Mail script reading text from MySQL

2006-06-02 Thread Tom Chubb
I can't work out how to load the text from a recordset result into a variable for sending using mail in a script. I have a script which creates a dynamic table then I want to load the table's HTML into a variable which will be echoed in the mail function. I can't work out how to do this. I've trie

RE: [PHP] HTML mail being sent with mail() not working for some people

2003-03-27 Thread Don Read
On 27-Mar-2003 Jeff Lewis wrote: > We're sending out emails using mail() and sending it in HTML format and > while most people get it correctly a couple are not. They get the > anti-abuse > headers and then the HTML code appears as just that - HTML code in the > body > of the email. > > Sending t

Re: [PHP] HTML mail being sent with mail() not working for some people

2003-03-27 Thread Jeff Lewis
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 27, 2003 12:14 PM Subject: [PHP] HTML mail being sent with mail() not working for some people > We're sending out emails using mail() and sending it in HTML format and > while most people get it correctly a couple ar

[PHP] HTML mail being sent with mail() not working for some people

2003-03-27 Thread Jeff Lewis
We're sending out emails using mail() and sending it in HTML format and while most people get it correctly a couple are not. They get the anti-abuse headers and then the HTML code appears as just that - HTML code in the body of the email. Sending those same people an HTML email composed in Outlook

Re: [PHP] html mail

2003-03-10 Thread Frank Keessen
Hi, I found this one and it's quite handy; http://phpmailer.sourceforge.net/ Regards, Frank - Original Message - From: "Ian A. Gray" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 10, 2003 2:47 PM Subject: [PHP] html mail > Hi, > I am

Re: [PHP] html mail

2003-03-10 Thread Dickon Newman
Message - From: "Ian A. Gray" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 10, 2003 9:46 AM Subject: [PHP] html mail > The pear class looks great, unfortunately my server > doesn't have pear yet. :-( > I didn't realise it was an eithe

Re: [PHP] html mail

2003-03-10 Thread Jason Wong
On Monday 10 March 2003 22:46, Ian A. Gray wrote: > The pear class looks great, unfortunately my server > doesn't have pear yet. :-( > I didn't realise it was an either/or situation for > sending html or text only e-mails. I thought you > could send one e-mail which has the content in > text-only

[PHP] html mail

2003-03-10 Thread Ian A. Gray
The pear class looks great, unfortunately my server doesn't have pear yet. :-( I didn't realise it was an either/or situation for sending html or text only e-mails. I thought you could send one e-mail which has the content in text-only and html-format so that the person's e-mail programme can deci

Re: [PHP] html mail

2003-03-10 Thread Mark Heintz PHP Mailing Lists
The PEAR Mail_mime class tends to take the headache out of this sort of thing. See the example at the bottom of the manual page: http://pear.php.net/manual/en/core.mail.mime.php mh. On Mon, 10 Mar 2003, [iso-8859-1] Ian A. Gray wrote: > Hi, > I am quite new to php and I am trying to find a way

[PHP] html mail

2003-03-10 Thread Ian A. Gray
Hi, I am quite new to php and I am trying to find a way of sending details of a web form over e-mail in both text and html format. There are numerous sites on the web that try and explain how to do this but they are worded very complicated and to be honest I haven't found one that is particularly

[PHP] HTML Mail problem

2003-02-14 Thread Mark McCulligh
If I send a HTML email using either mail() or pear mail to an email account of someone who is on my email server it does not get delivered right. But if I send a HTML email to an external email address it is fine. It also works fine with plain text email, only if you send a HTML format email. I h

Re: [PHP] html mail

2002-04-24 Thread Miguel Cruz
On Wed, 24 Apr 2002, Wilbert Enserink wrote: > I'm studying some mail scripts written in php. When sending html mail > the scripts all use a method that involves sending an html file as > attachment. > > Why not use the mailsend function and send a string containing the whole > html code? Becaus

Re: [PHP] html mail

2002-04-24 Thread Jason Wong
On Wednesday 24 April 2002 18:59, Wilbert Enserink wrote: > Hi all, > > > I'm studying some mail scripts written in php. When sending html mail the > scripts all use a method that involves sending an html file as attachment. > > Why not use the mailsend function and send a string containing the w

[PHP] html mail

2002-04-24 Thread Wilbert Enserink
Hi all, I'm studying some mail scripts written in php. When sending html mail the scripts all use a method that involves sending an html file as attachment. Why not use the mailsend function and send a string containing the whole html code? a code snippet example from a mail script: ---

Re: [PHP] HTML mail

2001-09-06 Thread Alex Shi
- Original Message - From: "Sid" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 06, 2000 11:32 AM Subject: [PHP] HTML mail > hi, > How would you send HTML mail using the mail() function in PHP. > SID > > > -- > PHP General M

RE: [PHP] HTML mail

2001-09-06 Thread Jason Murray
> How would you send HTML mail using the mail() function in PHP. You need to use a MIME email - HTML goes as text/html, and graphics go as file attachments. Simple way to produce a MIME email: http://planetkiller.shadow.net.au/mime-php.txt Jason -- PHP General Mailing List (http://www.php.ne

[PHP] HTML mail

2001-09-06 Thread Sid
hi, How would you send HTML mail using the mail() function in PHP. SID -- 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]

Re: [PHP] HTML mail

2001-08-30 Thread Andrey Hristov
5058==_.ALT--'; mail("[EMAIL PROTECTED]", $subject, $message, $headers); ?> Andrey Hristov IcyGEN Corporation http://www.icygen.com 99% ----- Original Message - From: "Rosen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August

Re: [PHP] HTML mail

2001-08-30 Thread jacky
you add this into your header bit: $headers .= "Content-Type: text/html; charset=iso-8859-1\n"; HTH Jack - Original Message - From: Rosen <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 30, 2001 5:18 PM Subject: [PHP] HTML mail > Hi, >

[PHP] HTML mail

2001-08-30 Thread Rosen
Hi, how can I send HTML mail via "mail()" function ? I readed the tutorial, but can someone write me example ? Thanks, Rosen -- 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 admin