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
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
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Ã
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
Dear all,
I want get a help from you for some php codes.
How can I get it.
Regards
wasantha
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?
;;
>
> $headers = "From: [EMAIL PROTECTED]" .
> "Reply-To: [EMAIL PROTECTED]";
>
> //send email
> mail($mail_to, $subject, $message, $headers);
> ?>
>
>
> HTH,
>
> Mark Cain
>
> - Original Message -
> From: "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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
---
- 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
> 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
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]
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
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,
>
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
28 matches
Mail list logo