mail() different php4 <-> php5

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Hanjo Grüßner

    mail() different php4 <-> php5

    Hello,

    is the mail() different in php4 vs. php5 ?

    I have a php-script sending mail. It works fine in php4.
    But it works not in php5 : No errors, only it sends no mail.

    Any suggestions ?

    TIA

    Hanjo

    --
    Software & Seminar-Kontor Hans-Joachim Grüßner
    Glasholz
    D-24369 Waabs
    The premium domain gruessner.de is for sale on fruits.co. Secure the domain now and start your online success story. Safe payment and quick transfer are guaranteed.

  • Mike Willbanks

    #2
    Re: mail() different php4 &lt;-&gt; php5

    Hanjo,
    [color=blue]
    > is the mail() different in php4 vs. php5 ?[/color]

    No, it is the same.
    [color=blue]
    > I have a php-script sending mail. It works fine in php4.
    > But it works not in php5 : No errors, only it sends no mail.[/color]

    Double check the email address, and watch the server log files and see
    if it is something at the server level.

    Most likely your problem is related to a bad email address or a
    misconfiguratio n in your mail settings.

    Mike

    Comment

    Working...