Menu

#1 problem with sending email

open
nobody
None
5
2004-06-24
2004-06-24
Anonymous
No

where do you send the emails for user verification?

no email reaches the receiver.

Discussion

  • alexorbit

    alexorbit - 2004-09-19

    Logged In: YES
    user_id=1124428

    Hi there, i am having problems with sending email also ....
    i cant find in the code wher i can configure the send mail ...

    anybody know how tho fix the problem?

    thanx ..

    alexorbit

     
  • Nobody/Anonymous

    Logged In: NO

    I have the same problem. It looks that it does not send any
    email

     
  • Steven Deaton

    Steven Deaton - 2005-04-22

    Logged In: YES
    user_id=315968

    Looking at the isscheduler.php I see the call to mail. It's
    a call to the internal mail function inside of php. You can
    see how this is setup by looking at the output of the
    phpinfo() function. Also, you can change how it accesses
    sendmail via the php.ini file. If you don't know where that
    is... you can type:

    find / -name "php.ini" -print

    (That find syntax is known to work on varying versions of
    Redhat as well as FreeBSD, but should work everywhere you
    have a find command - but I won't guarantee it.)

     
  • Steven Deaton

    Steven Deaton - 2005-04-22

    Logged In: YES
    user_id=315968

    Also, the slashster_mailschedule.php has the actual path to
    sendmail in there, so if you have sendmail installed in a
    different location you will need to change that. Or - if
    you are using a different MTA altogether, such as possibly
    postfix or qmail, you will need to change this to a pipable
    program that you can send raw message data to.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.