-Original Message-
From: Chase [mailto:[EMAIL PROTECTED]]
Sent: 27 November 2002 14:24
To: [EMAIL PROTECTED]
Subject: [PHP] Newbie Mail() Question...
Is there a way to have an email sent to a specified email address either
when a page is accessed, or when a file is downloaded?
Maybe I should just
Is there a way to have an email sent to a specified email address either
when a page is accessed, or when a file is downloaded?
Maybe I should just be logging the info into a table?
Basically, I am trying to set up a secure site that would send the sysadmin
an email when a file has been downloade
At 11/22/2002 04:30 PM, Duncan Ellwood wrote:
Can I personalise this a bit to display the From: as the email address that
the user has supplied i.e $Email
You can specify the "FROM" field in the headers before you call the mail()
function.
It's all in the manual.
http://www.php.net/manual/
EMAIL PROTECTED]]
Enviado el: viernes, 22 de noviembre de 2002 13:30
Para: [EMAIL PROTECTED]
Asunto: [PHP] Newbie mail () question
I have just built a simple formmail script that validates certain fields
and
then if alls well mails the information to the client's email addressand
displays some confir
I have just built a simple formmail script that validates certain fields and
then if alls well mails the information to the client's email addressand
displays some confirmatin html. This is all fine except for one minor issue.
When I collect the email to check it looks OK etc the header From : in
O
Message -
From: "Tym Rehm" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 26, 2001 10:29 PM
Subject: [PHP] NEWBIE Mail()
> I'm a newbie and I'm trying to write a program to send an email. Here is
> the kicker, I want to attach a Wor
I'm a newbie and I'm trying to write a program to send an email. Here is
the kicker, I want to attach a Word document to the email. Could someone
please help. Thanks.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [
Hi all,
I have a simple form that seems to do everything except send the mail and
it's not even returing TRUE from mail() anymore. I'm pretty sure there's a
problem with our smtp server since we're using our ISP's smtp to send mail
from usually so I've tried setting SMTP to that outside server in
"April" <[EMAIL PROTECTED]> wrote:
> Your ''s in your strings are the problem. They need to be escaped, or
they
> will create a parse error.
Not true. They (quotes inside a string) only need to be escaped if they are
the same style as the quotes enclosing the string. And for those that don't
k
d'oh! I knew it was something simple.
Thanks
-Original Message-
From: Jon Haworth [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 07, 2001 10:42 AM
To: 'Angerer, Chad'; '[EMAIL PROTECTED]'
Subject: RE: [PHP] newbie mail() function
You're missing a
rom: "Angerer, Chad" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 07, 2001 10:36 AM
Subject: [PHP] newbie mail() function
> Hello!
>
> I am very new to php programming. I have been experimenting around with
> php's mail function and
You're missing a semicolon on line 8.
HTH
Jon
-Original Message-
From: Angerer, Chad [mailto:[EMAIL PROTECTED]]
Sent: 07 February 2001 16:37
To: [EMAIL PROTECTED]
Subject: [PHP] newbie mail() function
Hello!
I am very new to php programming. I have been experimenting around
"Angerer, Chad" <[EMAIL PROTECTED]> wrote:
> $mailheaders = "From: My Web Site\n"
> 9>$mailheaders .= "Reply-To: $email_address\n\n";
>
> mail("[EMAIL PROTECTED]", "Feedback Form", $msg, $mailheaders);
>
> echo ("Thank you $user_name\n");
> echo ("I appreciate your feedback\n\n");
>
> ?>
>
> for s
Hello!
I am very new to php programming. I have been experimenting around with
php's mail function and html forms.
I have a generic HTML form with user_name, email_address, comments, and
like_site as inputs on the HTML
form. I have the following code in a seperate php file which the form calls:
14 matches
Mail list logo