M. Imran Khan wrote:
When I am sending mail through mail() function, I am unable to view that mail properly.
I think some quotes probblme. Suppose I want to mail the following tag:
http://www.abc.com/logo.gif";>
But it would work properly if I don't use the quotes other wise not.
Please help me
When I am sending mail through mail() function, I am unable to view that mail properly.
I think some quotes probblme. Suppose I want to mail the following tag:
http://www.abc.com/logo.gif";>
But it would work properly if I don't use the quotes other wise not.
Please help me regarding this.
Th
want_to_drop_your_mail_at")
just before calling mail();
--
Sven
> -Ursprüngliche Nachricht-
> Von: Jason Hawkins [SMTP:[EMAIL PROTECTED]
> Gesendet am: Donnerstag, 6. März 2003 03:07
> An: [EMAIL PROTECTED]
> Betreff: [PHP-WIN] Mail Function Problem
>
>
Hi, can anyone help??
I am trying to use the mail() function. It works for addresses that are internal on
the intranet - but as soon as I try sending to an external address such as [EMAIL
PROTECTED] I have problems with the folllowing error message:
SMTP server response: 550 Relaying denied
here
Additionally Pierre, You may want to try all 4 paramters that belong in the mail
function. That may cure it too.
Angie
>>> "Pierre A. Fortier" <[EMAIL PROTECTED]> 08/19/01 11:56AM >>>
I installed php on my Windows-ME machine. Most of it works properly. One
problem is that the mail function does
Pierre,
What mail agent are you using?
Angie
>>> "Pierre A. Fortier" <[EMAIL PROTECTED]> 08/19/01 11:56AM >>>
I installed php on my Windows-ME machine. Most of it works properly. One
problem is that the mail function doesn't work. I used:
mail("[EMAIL PROTECTED]", "My Subject", "Line 1\nLine 2\n
I installed php on my Windows-ME machine. Most of it works properly. One
problem is that the mail function doesn't work. I used:
mail("[EMAIL PROTECTED]", "My Subject", "Line 1\nLine 2\nLine 3").
Below is how I setup php, smtp server address added to php.ini, php
program I tested, and its output.