From: Daniel J. <dan...@in...> - 2008-08-27 19:20:54
|
php.ini is set to sendmail_path = sendmail_path = /usr/sbin/sendmail -t shell: sendmail -v to@domain -f fro@domin < test.mail is working Now i have the problem if i want to invite someone to a group by email :-( Daniel 2008/8/27 Daniel Jordan <dan...@in...> > Hi Tim, > > may be you right. I make a second installation and there not all emails are > working but > > actions.class.php -> executeSendNewPassword() Function is working. > > same server :-((( > > Daniel > > 2008/8/27 Daniel Jordan <dan...@in...> > > >> Tim, >> >> i just still your code only a bit different. That´s why i change the file >> >> I changed the file to direct in the script i set >> >> $mail->setBody >> >> and on the end i do >> >> $mail->send() >> >> and then it works >> >> Daniel >> >> ---------- Forwarded message ---------- >> From: Tim Greiser <tgr...@gm...> >> Date: 2008/8/27 >> Subject: Re: [Wiserplatform-support] Email Setup >> To: wis...@li... >> >> >> On Wed, Aug 27, 2008 at 10:49 AM, Daniel Jordan < >> dan...@ri...> wrote: >> >>> But a other problem: >>> >>> >>> >>> I did not get any email from the system: >>> >>> >>> >>> actions.class.php >>> >>> wiser_platform/apps/frontend/modules/mail/actions/ >>> >> >> This sounds like a system/php configuration issue. For PHP it is a bit >> different depending on if you are on *nix or win32. You can see the >> configuration settings here: >> >> http://us.php.net/manual/en/mail.configuration.php >> >> If you are on win32 you will need a SMTP server you can relay through. >> For *nix you should have a local SMTP server with sendmail wrapper. >> >> Make a simple PHP script with a mail() test to see if it is working >> properly. >> >> http://us.php.net/manual/en/function.mail.php >> >> Tim. >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win great >> prizes >> Grand prize is a trip for two to an Open Source event anywhere in the >> world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Wiserplatform-support mailing list >> Wis...@li... >> https://lists.sourceforge.net/lists/listinfo/wiserplatform-support >> >> >> >> >> -- >> inovativa gmbh >> Poinger Str. 37 >> 85570 Markt Schwaben >> > > > > -- > inovativa gmbh > Poinger Str. 37 > 85570 Markt Schwaben > -- inovativa gmbh Poinger Str. 37 85570 Markt Schwaben |