| View previous topic :: View next topic |
| Author |
Message |
MabLoi
Joined: 06 Aug 2005
Posts: 2
|
| Posted: Sat Aug 06, 2005 3:28 pm Post subject: is this a Features of PHPXMAIL |
|
|
Hi,
i use Apache2Triad in my company ans have there a cms writte in php. But since i have updated the Apache2Triad (include the new PHPXMAIL), the script which send an email wont function. Here is a focus:
Code:
$Mailnachricht = "hello...";
$Empfaenger = "him@sample.com";
$Mailbetreff = "A new Problem";
$Mailsender = "me@sample.com";
mail($Empfaenger, $Mailbetreff, $Mailnachricht, $Mailsender);
Furthermore, now my mainquestion:
Can i configure PHPXMAIL so, that it is a mailserver. I mean that it share a mailaccount for the intranet so that all pc of all workers can download the emails fom this. So not every pc must log in into the "real" mailserver in the internet. I hope you understand me !?!
thanks,
MabLoi |
|
| Back to top |
|
Vlad Alexa Mancini
Joined: 07 Jul 2003
Posts: 303
|
| Posted: Sat Aug 06, 2005 7:42 pm Post subject: |
|
|
i do not understand , please explain
Xmail is a mail server program
PHPXmail is just a web interface for it , it does not send or recieve emails |
|
| Back to top |
|
MabLoi
Joined: 06 Aug 2005
Posts: 2
|
| Posted: Mon Aug 08, 2005 6:20 am Post subject: |
|
|
in the version i have before the update, i've send mails with the PHP mail() function. but if i use it now, i get a bug:
PHP Warning: mail(): SMTP server response: 550 Relay denied in...
but in the version before it works!!!!!
now, i want solve the problem!
do you understand now my problem?
thanks,
MabLoi |
|
| Back to top |
|
Vlad Alexa Mancini
Joined: 07 Jul 2003
Posts: 303
|
| Posted: Mon Aug 08, 2005 7:21 am Post subject: |
|
|
then just like i trought your issue is about apache2triad not phpxmail
so post in the a2t support forums here http://apache2triad.net/forums/viewforum.php?f=2 including relevant details , read the posting guidelines there to find which are such |
|
| Back to top |
|
| |