Hello,
on 05/11/2009 12:25 PM Thodoris said the following:
This script seems to work ok in a freebsd development server I have but
a linux production machine breaks the subject's encoding for some
unexpected reason. The subject has a mix of English and Greek characters
that FreeBSD seems to
Hello,
on 03/17/2009 05:34 PM Ashley Sheridan said the following:
>>> I have several forms on my site that use the same sequence of events:
>>> The first script displays and validates the form data, the second
>>> reformats and asks for confirmation or editing, and the third script
>>> sends the d
On Fri, 2009-03-13 at 22:54 -0300, Manuel Lemos wrote:
> Hello,
>
> on 03/13/2009 05:37 PM Rick Pasotto said the following:
> > I have several forms on my site that use the same sequence of events:
> > The first script displays and validates the form data, the second
> > reformats and asks for con
Colin Guthrie wrote:
Stut wrote:
Matthew Lasar wrote:
I run pretty simple mail group distribution program that uses
php/mysql and the mail() function. I adapted it from an open source
script. Most of the time it runs well. But it does take a while to run
through all 150 members of the list. So
Matthew Lasar wrote:
I run pretty simple mail group distribution program that uses php/mysql
and the mail() function. I adapted it from an open source script. Most
of the time it runs well. But it does take a while to run through all
150 members of the list. So I'm half glad that I don't have a
Matthew Lasar wrote:
I run pretty simple mail group distribution program that uses php/mysql
and the mail() function. I adapted it from an open source script. Most
of the time it runs well. But it does take a while to run through all
150 members of the list. So I'm half glad that I don't have a
Hi there Chantal,
Hi all,
have you ever thought of using phpMailer or swiftmailer?
That has solved me a lot of hassle with time, especially as far as
correctly setting the Return-Path is concerned.
Good luck !
Chantal Rosmuller wrote:
>>> The strange thing is that even the fifth parameter soluti
> > The strange thing is that even the fifth parameter solution doesn't work.
> > I use Postfix as MTA by the way.
>
> Strange - I use postfix on my dev server and it works fine. Are you
> running anything non-default in postfix (eg chroot) ?
>
> --
> Postgresql & php tutorials
> http://www.design
Chantal Rosmuller wrote:
On Wednesday 29 November 2006 00:45, Chris wrote:
you will most likely change what
I forgot to mention that I can't set the return-path either.
That can *only* be an email address - you can't include a "name" in the
return-path. Also it can't be changed if safe-mode is
On Wednesday 29 November 2006 00:45, Chris wrote:
you will most likely change what
> >
> > I forgot to mention that I can't set the return-path either.
>
> That can *only* be an email address - you can't include a "name" in the
> return-path. Also it can't be changed if safe-mode is on for the ser
Chantal Rosmuller wrote:
Hi Manuel,
1) I can't get the From header right, when I receive the test mail the
sender is apache
There is From: and From . From is not a real header. It is just set by
some MTA to the return path address and is also used as separator in
mailbox files with multiple me
Hi Manuel,
> > 1) I can't get the From header right, when I receive the test mail the
> > sender is apache
>
> There is From: and From . From is not a real header. It is just set by
> some MTA to the return path address and is also used as separator in
> mailbox files with multiple messages in the
On 6/19/06, eqla3.com eqla3.com <[EMAIL PROTECTED]> wrote:
is there an example of the correct code?
is my messege get in the right place?
===
web archive
http://7b99.com/";>.
is there an example of the correct code?
Hey!
Its working now. I replaced @mydomain with some valid mail address (gmail
address) and the mail was delivered to the Inbox. Feel free to use the code
if it helps. Attachments are allowed.
Also, it works without a subject (for gmail), but the mail address I used
now was genuine. Also genuine
On Thu, February 2, 2006 7:23 am, Barry wrote:
> Søren Schimkat wrote:
>> Hi Guys
>>
>> I'm using the mail function for sending mail, and I would like to
>> specify the
>> Return-Path header, but it would seem that PHP or Apache is
>> modyfying the
>> header.
>>
>> This is the simple code:
>>
>> ma
Quoting Barry <[EMAIL PROTECTED]>:
> Søren Schimkat wrote:
> > Hi Guys
> >
> > I'm using the mail function for sending mail, and I would like to specify
> the
> > Return-Path header, but it would seem that PHP or Apache is modyfying the
> > header.
> >
> > This is the simple code:
> >
> > mail('[E
- Original Message -
From: "M. Sokolewicz" <[EMAIL PROTECTED]>
To: "Gustav Wiberg" <[EMAIL PROTECTED]>
Cc: ; "joshua may" <[EMAIL PROTECTED]>
Sent: Thursday, September 22, 2005 5:24 PM
Subject: Re: [PHP] Re: Mail-format...
Gustav
Gustav Wiberg wrote:
- Original Message - From: "joshua may" <[EMAIL PROTECTED]>
To:
Sent: Thursday, September 22, 2005 9:50 AM
Subject: [PHP] Re: Mail-format...
I was having the same issue with one of my clients just today in fact.
We just filtered the email addresses to ensure they'
- Original Message -
From: "joshua may" <[EMAIL PROTECTED]>
To:
Sent: Thursday, September 22, 2005 9:50 AM
Subject: [PHP] Re: Mail-format...
I was having the same issue with one of my clients just today in fact. We
just filtered the email addresses to ensure they're valid. There's a
--- Sam Smith <[EMAIL PROTECTED]> wrote:
> > have you tried sending the same message, via the same path (i.e.,
> > smtp server), but not generated via php, to this recipient? by
> > "same" that includes the same rfc821 "from"/return-path.
>
> I logged on to the web server where php is running a
> have you tried sending the same message, via the same path (i.e.,
> smtp server), but not generated via php, to this recipient? by
> "same" that includes the same rfc821 "from"/return-path.
I logged on to the web server where php is running and did telnet localhost
25
hello ...
The mail was re
> Hello,
>
> On 10/01/2004 12:47 AM, Sam Smith wrote:
>> Can anyone tell why the mail (see below) is not being relayed to
>> [EMAIL PROTECTED]:
>>
>> #Note: There were 2 "To:" addresses. Below is the header from the successful
>> mail to the second address.
>
> Each address will receive differen
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
On Wednesday 01 September 2004 22:50, [EMAIL PROTECTED] wrote:
> I did some research and found out that my ISP's SMTP server is
> smtp.comcast.net.
That's what we like to see.
> If I configure my mail functions to connect to this should my script be
> able to send e-mails?
>
> Research and Experi
From: <[EMAIL PROTECTED]>
Did it work? So if I put smtp.comcast.net in php.ini should my e-mail
script
work?
I don't know about you, but my magic-php-8-ball says "Yes!"
http://www.amazon.com/exec/obidos/ASIN/B1ZWV7/indrasnet/002-7362067-2944804
Make sure you restart your webserver after the ph
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
W cool. I went there, but I thought this class only worked for
sending mails. Great!
Justin Patrin wrote:
Well, you could look for yourself. ;-)
Yes, there is. Mail_Mime does both encoding and decoding.
http://pear.php.net/package/Mail_Mime
--
PHP General Mailing List (http://www.php.ne
Cesar Cordovez wrote:
...and talking about mail, is there a class to parse an incoming mail?
Let me explain: I'm using the great POP3 pear class to receive mail, but
I'm having trouble separating the different parts in an
"multipart/alternative" type of msg. Is there a class to receive the
re
...and talking about mail, is there a class to parse an incoming mail?
Let me explain: I'm using the great POP3 pear class to receive mail, but
I'm having trouble separating the different parts in an
"multipart/alternative" type of msg. Is there a class to receive the
result from POP3 class an
Manuel Lemos wrote:
[ snip ]
Anyway, you may want to try this class that has work arounds to mail
function bugs and emulates what you want by passing the Return-Path header:
http://www.phpclasses.org/mimemessage
Another good one is http://phpmailer.sourceforge.net
PEAR also has a good Mail pack
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
You can also use ini_set or .htaccess to increase the max execution time
for the PHP script. I have some reports that used to take 5 or 6
minutes to run and this worked well, note though that IE has a timeout
where it will close the connection if the page has not finished loading
within n seco
[EMAIL PROTECTED] (Chris Hayes) wrote in
news:[EMAIL PROTECTED]:
> Is your script on a yahoo.com PHP-enabled website?
>
> If not: most servers deny access to the mailer because mailers (often
> SMTP servers) with public access have been widely abused in the past,
> especially by spammers. If this
[EMAIL PROTECTED] (Curt Zirzow) wrote in news:20030722165644.GK67309
@bagend.shire:
Ehh you're right, I'll let the mail server to handle that problem. :)
> Why are you connection to yahoo to send this mail? sendmail should
> handle who to connect to.
>
>
>
> Curt
--
*** s2r - public k
At 18:29 22-7-03, you wrote:
[EMAIL PROTECTED] (Joshua Groboski) wrote in
news:[EMAIL PROTECTED]:
but I will get a relaying is denied because the target domain isn't the
same domain I am connected to for eg. yahoo.com
> Why don't you send it to [EMAIL PROTECTED] I think as long as
> the $to addres
* Thus wrote Javier ([EMAIL PROTECTED]):
> [EMAIL PROTECTED] (Joshua Groboski) wrote in
> news:[EMAIL PROTECTED]:
>
> but I will get a relaying is denied because the target domain isn't the
> same domain I am connected to for eg. yahoo.com
Why are you connection to yahoo to send this mail? send
* 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
You had an tag in your email, so I assumed you were trying to
upload the file. If the file is not already on the server, you *will*
have to upload it before emailing it. But that's a whole other
matter.
If you look at the classes and see how they attach a file, you should
be able to figure it out
On Thursday 10 July 2003 16:22, szparag wrote:
> no.
>
> i`m not trying to upload file on server.
> i want to send e-mail with attachments but if it's possible without
> using classes.
>
> i thought that file should be first uploaded and then send with e-mail as
> attachment, maybe uploading isn't
no.
i`m not trying to upload file on server.
i want to send e-mail with attachments but if it's possible without
using classes.
i thought that file should be first uploaded and then send with e-mail as
attachment, maybe uploading isn't correct...
i don't know how to do it.
szparag
--
PHP Ge
Also note that the uploaded file will be in the $_FILES[] array.
http://us4.php.net/features.file-upload
--- Mark <[EMAIL PROTECTED]> wrote:
> From your question, it seems you're more concerned with how to get
> the file from the user to the server. To upload a file, you need
> the
> following fo
>From your question, it seems you're more concerned with how to get
the file from the user to the server. To upload a file, you need the
following format for your web form:
Upload file:
That will let you move the file to the server. How you email it from
their is a whole 'nuther matter.
--
On Thursday 03 July 2003 19:18, Shivanischal A wrote:
> I believe very much in the spirit of mailing lists and will never commit
> any undesirable activity.
I'm not saying that you have been committing any undesirable acts -- and AFAIK
you haven't -- yet ;-)
> I got the idea is when i browsed t
ed
this is difficult.
Anyway, thanks for ur timeRegards,
-shiva
- Original Message -
From: "Jason Wong" <[EMAIL PROTECTED]>
Newsgroups: php.general
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 03, 2003 3:38 PM
Subject: Re: [PHP] Re: mail + regex + somethoughts
maybe you dig a little bit deeper:
take a look at rfc2045 and following. they describe the mime-type. there is
also specified, how boundaries in multipart-messages are defined.
ciao SVEN
- Edwin - wrote:
> Hello,
>
> "Shivanischal A" <[EMAIL PROTECTED]> wrote:
>
>> Hi Edwin,
>>
>> Let me restate
On Thursday 03 July 2003 16:37, Shivanischal A wrote:
> Hi Edwin,
>
> Let me restate my question...
>
> I'm now replying to ur mail. I've left ur message to me untouched.
> (whatever follows '- Original Message - '). What i want is that
> some SERVER-SIDE SCRIPT should be able to identify t
Hello,
"Shivanischal A" <[EMAIL PROTECTED]> wrote:
> Hi Edwin,
>
> Let me restate my question...
>
> I'm now replying to ur mail. I've left ur message to me untouched. (whatever
> follows '- Original Message - '). What i want is that some
> SERVER-SIDE SCRIPT should be able to identify
Something like this...
Add the following into a .htaccess file for your domain(s)
php_value SMTP smtp.yourhost.com
On 6/21/03 7:51 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> how do you do this please explain
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,
Hello,
On 02/27/2003 02:22 PM, Ricardo Fitzgerald wrote:
I've dl your class and read some of your test scripts, but it's not
working at all
I tested using test_personalized_bulk_mail.php
And I got :'Error: it was not possible to send email message'
You most likely have a PHP configuration problem
Hi Manuel,
I've dl your class and read some of your test scripts, but it's not
working at all
I tested using test_personalized_bulk_mail.php
And I got :'Error: it was not possible to send email message'
Thank you,
Rick
Off Price Closeouts
1700 W 8 Ave
Miami, FL 33010
(305) 888 2555
FAX (305) 8
Hello,
On 01/06/2003 08:46 PM, Rad Craig wrote:
I can't use that as the program that I need for the email to work with, I
don't have access to it's mail() function...yet.
As I explained, the class comes with a wrapper function named
smtp_mail() that emulates mail() function (but without the bu
I can't use that as the program that I need for the email to work with, I
don't have access to it's mail() function...yet.
Rad...
> -Original Message-
> From: Manuel Lemos [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 06, 2003 4:28 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Re: mail
Yeah, is the best alternative.
On Fri, 20 Dec 2002, John W. Holmes wrote:
> > I changed this and it works fine but I now lose my formating. It
> doesn't
> > seem to recognize the \n breaks. Am I asking for to much?
>
> Well, you'll be required to learn HTML if you're going to send HTML
> emai
> I changed this and it works fine but I now lose my formating. It
doesn't
> seem to recognize the \n breaks. Am I asking for to much?
Well, you'll be required to learn HTML if you're going to send HTML
emails. Use .
---John W. Holmes...
PHP Architect - A monthly magazine for PHP Professionals
but my formatting did not.
> Everything was just a long string.
>
> Thanks,
> Eddie
>
> -Original Message-
> From: Rick Emery [mailto:[EMAIL PROTECTED]]
> Sent: Friday, December 20, 2002 9:07 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP] Re: mail()
>
9:07 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Re: mail()
that should be:
http://www.aircharterunited.com\pages\activate_account.php?clientid=$uname
(Grrr...that's what I get for using copy/paste from original email)
- Original Message -
From: "Rick Emery" <[EM
TECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, December 20, 2002 8:04 AM
Subject: Re: [PHP] Re: mail()
Actually, you don't need to send this as an html hyperlink. Simply using:
http:\\www.aircharterunited.com\pages\activate_account.php?clientid=$uname
Should work; it does for me.
--
PROTECTED]>
Sent: Friday, December 20, 2002 8:18 AM
Subject: RE: [PHP] Re: mail()
I changed this and it works fine but I now lose my formating. It doesn't
seem to recognize the \n breaks. Am I asking for to much?
-Original Message-
From: Mike Mannakee [mailto:[EMAIL PROTECTED]]
Sent:
I changed this and it works fine but I now lose my formating. It doesn't
seem to recognize the \n breaks. Am I asking for to much?
-Original Message-
From: Mike Mannakee [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 19, 2002 8:51 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Re: mail()
Thanks all! I will give this a shot!
-Original Message-
From: Mike Mannakee [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 19, 2002 8:51 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Re: mail()
You need to set the correct header type:
Content-type: text/html
otherwise it defaults to:
Miguel González Castaños wrote:
I am testing the php mail function with the typical script
$mailsuccess = mail(...);
if (!$mailsuccess) {
echo "Mail could not be sent";
}
In one redhat linux box I got that the email was sent succesfully and in
the other
box, it cant send it, but the script is e
Dear all,
Sorry for my English...I am not a native speaker...
I am experiencing the same problem with the mail function. I am using
exactly the same test php script to test the PHP mail function. I have two
RedHat linux boxes. In one box, the PHP mail function work and in the other
one doesnt wo
I actaully already wrote one like that. The PHP is going fine, the
problem I believe is PHP interfacing with my mail server. Thanks though
Steve Yates wrote:
"Tom Culpepper" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
while I get no PHP errors the mail is
informed and in a better
position to answer.
Thank you very much for your help Chris.
Debbie
- Original Message -
From: "Chris Hewitt" <[EMAIL PROTECTED]>
To: "Debbie Dyer" <[EMAIL PROTECTED]>
Sent: Tuesday, October 01, 2002 10:56 AM
Subject: Re: [PHP] Re:
hat sends the mail - maybe then I can get back to you for some
tests.
Thanks
Debbie
- Original Message -
From: "Chris Hewitt" <[EMAIL PROTECTED]>
To: "Debbie Dyer" <[EMAIL PROTECTED]>
Sent: Tuesday, October 01, 2002 8:48 AM
Subject: Re: [PHP] Re: mail hea
Debbie Dyer wrote:
>mailboxes too - next one who does I will ask them to check their dns as
>
Its a problem with the sender's domain, rather than the recipient.
Chris
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ot;Chris Hewitt" <[EMAIL PROTECTED]>
To: "Debbie Dyer" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, September 30, 2002 6:52 PM
Subject: Re: [PHP] Re: mail headers & filtering
> Debbie Dyer wrote:
>
> >addresses and got it bounced back w
Debbie Dyer wrote:
>addresses and got it bounced back with the following:-
>
>X-AntiAbuse: This header was added to track abuse, please include it with
>any abuse report
>X-AntiAbuse: Primary Hostname - server.securesite7.com
>X-AntiAbuse: Original Domain - c-u-online.co.uk
>X-AntiAbuse: Originat
Hi Henry
"I think that we just have to accept that emails can no longer be relied
upon." <- yes
I know we all want to stop spam but when you rely on email to automate
signups, speak to customers etc..it's a
Good luck finding your javascript encoder
Debbie
- Original Message -
on 24/09/02 2:12 PM, Peter J. Schoenster ([EMAIL PROTECTED]) wrote:
> Eeks. I hate that. I hate email that does not indicate it knows who
> I am. Why is sending one email to one user so bad? I can't think of a
> reason that would trump the personalization that I like so much. But
> I'm all ea
> On 09/23/2002 08:08 PM, Research And Development wrote:
> > So I re-designed the script to send emails in parts. 500 emails per
> > header. But after the database reached more than 3,000 records the
> > emailing did not work at all. Sendmail refused to send to any of the
> > emails in the data
In article <002101c25029$2ca0c490$[EMAIL PROTECTED]>,
[EMAIL PROTECTED] says...
> I have this set on both boxes. Here are the settings -
>
> local box (which does send mail)isp box (does not send
> mail)
> sendmail_from me@@localhost.com 'no va
Hello,
On 08/30/2002 07:15 AM, Mark Colvin wrote:
> I have some more information that may be relevant to my problem. I compared
> the phpinfo() from both servers and there is a difference. The sendmail_from
> variable in the php.ini on my server is set to [EMAIL PROTECTED] The same
> variable on
Hello,
On 08/30/2002 05:26 AM, Mark Colvin wrote:
> My development platform is linux 7.2 and php4.0.6. The production server is
> also linux (I think 7.2) but the php version 4.1.1.
If it is not sending a message, maybe the mail() function is not enabled
because configure could not find sendmai
Brian,
Please be aware that many email clients will NOT read HTML. The human
readers are then presented with raw HTML and get very <...?...> upset about
it! (that's why list postings are not supposed to be in HTML/rich text
format)
Regards,
=dn
> It's a text-based newsletter...
>
> I have a s
I have this set on both boxes. Here are the settings -
local box (which does send mail)isp box (does not send
mail)
sendmail_from me@@localhost.com 'no value'
sendmail_path /usr/sbin/sendmail -t -i/usr/sbin/sendmail -t -i
SMT
php.ini with
my isp.
Mark
> -Original Message-
> From: Erwin [mailto:[EMAIL PROTECTED]]
> Sent: 30 August 2002 14:27
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP] Re: Mail problem
>
>
> > Am I correct in
> > assuming that the SMTP and sendmail_from va
-
From: Mark Colvin [mailto:[EMAIL PROTECTED]]
Sent: 30 August 2002 13:40
To: 'Erwin'
Cc: Php (E-mail)
Subject: RE: [PHP] Re: Mail problem
Still not resolved. I checked my local php.ini and the sendmail_path
variable is commented out. If I do a phpinfo() on the same server,
sendmail_path h
> Am I correct in
> assuming that the SMTP and sendmail_from variables are only relevant
> for webservers on windows hosts and all I need to be concerned with
> is sendmail_path?
Yes, that is correct. Did you check for existence of /usr/sbin/sendmail?
Sendmail often resides in /usr/lib/sendmail,
Still not resolved. I checked my local php.ini and the sendmail_path
variable is commented out. If I do a phpinfo() on the same server,
sendmail_path has a value of /usr/sbin/sendmail -t -i ? I don't know where
it pick up this value from but I can send emails from this server. The
production serve
>> The sendmail_from variable in the php.ini on my server is set to
>> [EMAIL PROTECTED] The same variable on my isp's ini file is set to
>> 'no value'. Would this stop my emails from being sent and if so can
>> I change this value from within my script or would it have to be
>> directly amended i
I have some more information that may be relevant to my problem. I compared
the phpinfo() from both servers and there is a difference. The sendmail_from
variable in the php.ini on my server is set to [EMAIL PROTECTED] The same
variable on my isp's ini file is set to 'no value'. Would this stop my
If you need plaintext newsletter, you can not use HTML at all, even
pretending that it is a plain-text.
It will be screwed badly on the plaintext-only e-mail clients anyway.
Stas
- Original Message -
From: "Brian McGarvie" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August
Manuel,
My development platform is linux 7.2 and php4.0.6. The production server is
also linux (I think 7.2) but the php version 4.1.1.
On your second point, do you mean I should say something like this -
header("Location: http://ccmltdcouk.site.securepod.com/test.php";)
This is our temporary dom
1 - 100 of 123 matches
Mail list logo