They are not explaining much on the PEAR ite, not at first glance anyway, are they?
(Mind you, it might be my ignorance causing me to say that).
Anyway, I am using XAMPP on my local machine, in order to run an intranet within my home, where I can share data with my wife to help me set up appointments, payment details etc. and at the same tiem (being on an intranet) protect it all from preying eyes from the outside world.
My version of XAMPP also includes Mercury, an email module, which, it appears, was made by the makers of
Pegasus Mail.
I have already set up mercury so that i can exchange emails internally (intranet email which does not leave the building at all), but it would be necessary for me to be able to send email from the intranet too, eg. for sending reminders to slow payers, announce changed appointments, or communicate about new ones etc.
And, yes, I do have my own email addresses with proper ISPs, but since the whole business system is posted on our local intranet, I need to be able to send emails directly from my database system.
However, at the XAMPP forum itself, an issue (and a solution) for that are mentioned, but it does not seem to do the trick for me.
The forum advises people to do the following:
Quote
i have set all the parameters the way they describe it, but that still does not do the trick for me.
When I send (or try to anyway) an email to an address outside the intranet (localhost), i keep getting the well-known MAILER DAEMON message that the message could not be delivered.
Emails within localhost, however, get sent and received with no problem.
I have also tried to replace the bit ";sendmail_from = postmaster@localhost" with my own email address, but that still makes no difference at all.
Is there anyone here who knows a bit more about this, or who is knowledgeable in XAMPP/Apache/PHP/Mercury, so i can get this problem sorted?
Obviously, any solution which solves the problem without using Mercury (as in the original opening post) would be welcomed.