On Mon, February 11, 2008 1:23 pm, Richard Kurth wrote:
> Is there a way that I can call a function that will send an email and
> then move on redirecting to another website without having to what for
> the email to send?
> SendEmail($memberemail,$MailFrom,$MailHost);
> header("Location:http://doma
--- Richard Kurth <[EMAIL PROTECTED]> wrote:
> Is there a way that I can call a function that will send an email
> and
> then move on redirecting to another website without having to what
> for
> the email to send?
> SendEmail($memberemail,$MailFrom,$MailHost);
> header("Location:http://domain.c
Stut wrote:
>> Yes:
>>
>> mail( );
>> header("Location:http://domain.com";);
>>
>>
>> mail() only takes as long as it takes to drop the mail in your local
>> filesystem.
>
> Not necessarily. As discussed at length on this list last month
> sendmail (or a substitute) may try to deliver the
Per Jessen wrote:
Richard Kurth wrote:
Is there a way that I can call a function that will send an email and
then move on redirecting to another website without having to what for
the email to send?
SendEmail($memberemail,$MailFrom,$MailHost);
header("Location:http://domain.com";);
Yes:
ma
Richard Kurth wrote:
> Is there a way that I can call a function that will send an email and
> then move on redirecting to another website without having to what for
> the email to send?
> SendEmail($memberemail,$MailFrom,$MailHost);
> header("Location:http://domain.com";);
Yes:
mail( );
h
On Feb 11, 2008 2:23 PM, Richard Kurth <[EMAIL PROTECTED]> wrote:
> Is there a way that I can call a function that will send an email and
> then move on redirecting to another website without having to what for
> the email to send?
> SendEmail($memberemail,$MailFrom,$MailHost);
> header("Location:h
Is there a way that I can call a function that will send an email and
then move on redirecting to another website without having to what for
the email to send?
SendEmail($memberemail,$MailFrom,$MailHost);
header("Location:http://domain.com";);
--
PHP General Mailing List (http://www.php.net/)
T
7 matches
Mail list logo