PHP/Email

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bill

    PHP/Email

    I'm working with a hosting company that blocks the user 'nobody' from sending
    email.

    How do I go about setting the user for sending email?

    I have a "From: " header in the message.
  • Erwin Moller

    #2
    Re: PHP/Email

    Bill wrote:
    [color=blue]
    > I'm working with a hosting company that blocks the user 'nobody' from
    > sending email.
    >
    > How do I go about setting the user for sending email?
    >
    > I have a "From: " header in the message.[/color]

    Hi Bill,

    I would ask your hostingcompany what they expect you to do.
    If they do not have a solution, switch provider.

    Regards,
    Erwin Moller

    Comment

    • Ian.H

      #3
      Re: PHP/Email

      On Fri, 27 Aug 2004 08:24:40 +0000, Bill wrote:
      [color=blue]
      > I'm working with a hosting company that blocks the user 'nobody' from sending
      > email.
      >
      > How do I go about setting the user for sending email?
      >
      > I have a "From: " header in the message.[/color]


      Ask your host to add the data for your vhost(s). For example:


      php_admin_value sendmail_path "/usr/sbin/sendmail -oi -t -f foo@bar.com



      Regards,

      Ian

      --
      Ian.H
      digiServ Network
      London, UK


      Comment

      Working...