Thank you Lone , I will try it out
"Lone Wolf" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> What you need to do is set your SMTP server inside the php.ini file...
>
>
> [mail function]
> SMTP = smtp.server.com ; for win32 only
> sendmail_from = [EMAIL PROTECTED] ; for win32 only
What you need to do is set your SMTP server inside the php.ini file...
[mail function]
SMTP = smtp.server.com ; for win32 only
sendmail_from = [EMAIL PROTECTED] ; for win32 only
;sendmail_path = ;for unix only, may supply arguments as well ; (default is
sendmail -t)
The test string I used t
If you use Windows as your server,You must install
M$Exchange server.It is a mailserver under Windows.
Of course,If you want to install Linux,I can help u.
It has benefit for u.
Even i made a group on yahoo "phplovers".
You can join to my group & will get help.
It has 56 members.
My email address i
Please switch to a UNIX box.For example Fedora.
Because it has everythings that you need.
--- Dre <[EMAIL PROTECTED]> wrote:
> I'm using an Apache server .. doesn't it come with a
> sendmail program ??
> I really don't know
>
> "Jasper Howard" <[EMAIL PROTECTED]> wrote in
> message
> news:[EMAIL
Will wrote:
My sendmail_from is as follows:
sendmail_from = [EMAIL PROTECTED]
Did you restart Apache (assuming you're using the module) after making
this change?
--
Stuart
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
Tuesday, March 9, 2004, 12:05:22 AM, you wrote:
W> Please help me with this. Can someone give me an example of their
W> php.ini on the settings of the mail function.
W> ~WILL~
A wild guess but try it with \r\n as line endings, I don't run the
server under windows so can't help with the in
Manuel Lemos wrote:
Hello,
On 10/03/2003 12:44 PM, Kristian Snabb wrote:
How do I set up the mail() function in php.ini.
How do I define the username and password? My smtp service requires me
to log on.
I'm using Apache 2.0.47 on WinXP Pro.
There is no way to set SMTP authentication using th
* Thus wrote Ivo Fokkema ([EMAIL PROTECTED]):
> > >Does mail() return true? I mean, do you get printed "U redu je"? If so,
> >
> > When PHP sends an email to a non existing email address such as
> > [EMAIL PROTECTED], the warning mail you normally get returned often does not
> > arrive in your mail
> >Does mail() return true? I mean, do you get printed "U redu je"? If so,
your
> >email should've been sent by PHP.
> >
> >You are really missing a bunch of headers. I'm not sure if this is your
> >problem, but I think it's not a bad idea to include more headers, also
> >because more and more ISP'
At 10:39 21-7-03, you wrote:
> I put this PHP script on web server:
>
> if (mail("[EMAIL PROTECTED]", "brati", "peda", "From: Peda")== TRUE)
> print("U redu je");
> else
> print("Greska");
> ?>
>
> But It seems that mail function doesn't work. I don't get any e-mail.
>
> Can anyone tell me what
Hello,
On 06/12/2003 02:32 PM, Diana wrote:
I totally agree with your first sentence *grin*.
Anyways, I won`t be able to use your class because my
server is kind of "locked" in their network, meaning I
don`t have the possibility to connect outside, only to
their servers (NT servers). And as Exchan
Hi,
my company set their server up not to talk SMTP
(disabled all --> that guy told me), and my tries to
connect or talk to any of their Exchange servers
failed :( so he must be true. Got onto their NT
servers though ;)
All the company uses Outlook & Exchange, & they use
mapi to talk to each other.
--- Diana <[EMAIL PROTECTED]> wrote:
> I totally agree with your first sentence *grin*.
> Anyways, I won`t be able to use your class because my
> server is kind of "locked" in their network, meaning I
> don`t have the possibility to connect outside, only to
> their servers (NT servers). And as Exc
I totally agree with your first sentence *grin*.
Anyways, I won`t be able to use your class because my
server is kind of "locked" in their network, meaning I
don`t have the possibility to connect outside, only to
their servers (NT servers). And as Exchange servers
don`t use SMTP (meaning the whole
Hello,
On 06/11/2003 05:38 PM, Diana wrote:
Hi,
just today I stumbled into the same problem. It is
true, I got this answer from an expert:
"Unfortunately this will not work. SMTP relaying is
disabled on all the
Exchange connector servers and a standard Exchange
mailbox server does
not
support
Hi,
just today I stumbled into the same problem. It is
true, I got this answer from an expert:
"Unfortunately this will not work. SMTP relaying is
disabled on all the
Exchange connector servers and a standard Exchange
mailbox server does
not
support SMTP. The only way that you can send SMTP
em
Not strictly true, the mail function will send to multiple email addresses
separated by a comma, you can also cc and bcc by using headers. See the
manual, which has some good examples of this.
Mark
-Original Message-
From: Patrick Schnegg [mailto:[EMAIL PROTECTED]
Sent: 04 March 2003 13
Oh, silly me. Commas are indeed accepted. My apologies.
- Original Message -
From: "Jason Wong" <[EMAIL PROTECTED]>
Newsgroups: php.general
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 04, 2003 2:18 PM
Subject: Re: [PHP] Re: mail() function
> On Tuesday 04
On Tuesday 04 March 2003 21:13, Patrick Schnegg wrote:
> The mail() function will only send one mail at a time, to send multiple
> mails you would write a loop like this (presuming you had your mail
> addresses ready in an array called $emails):
>
> foreach ($emails as $email) {
> mail($email,
On Thu, 11 Jul 2002, Richard Lynch wrote:
> I honestly have no idea how to forge an email routing path, just know it can
> be done, and is not rocket-science. But you're going to have to dig into
> the guts of sendmail or equivalent at a minimum, or search out "send spam to
> 1,000,000 people!!!"
On Monday 06 May 2002 06:31, Matthew Ward wrote:
> You can add further variables to the end of your current mail() function to
> specify the name of who its from, and the email address that they will send
> the message to when they use the reply function on their email program,
> like this:
>
> ma
Sorry but I am a bit of a newbie at this.
So do you mean that I am supposed write it like this?
else
{
$mailheaders = "From: $email\r\n";
$mailheaders .= "Reply-To: $email\r\n";
$mailheaders .= "Content-Type: text/html; charset=iso-8859-1\r\n";
$remarks .= "$items";
mail("[EMAIL PROTECTED]", "qu
22 matches
Mail list logo