I've looked around here and found several people saying their e-mail functions on forums (like PHP-Nuke) do not function because the "nobody" user has been disallowed on accuwebhosting hosted sites. In those same threads, I noticed large splatters of code to "fix" the problem, but I'm not sure of how to set it up.
In the configuration section of my forums, I have the ability to change the following information:
Use SMTP Server for email (yes/no)
-Say yes if you want or have to send email via a named server instead of the local mail function
SMTP Server Address
SMTP Username
-Only enter a username if your SMTP server requires it
SMTP Password
-Only enter a password if your SMTP server requires it
By default, "Use SMTP Server for email" is set to no, which is all fine and good, but when I fill out the e-mail form and email it using the mass e-mail on my phpBB2 boards, it tells me it is sent but never gets delivered (so no error messages, just no e-mail message either). I've also tried to use mail.pspbetapsi.com with my master username / password, which results in the following error message from the boards:
Quote:
Ran into problems sending Mail. Response: 550 Sender verify failed
DEBUG MODE
Line : 153
File : smtp.php
[/b]
|
Quote:
Originally posted by Line 153
server_parse($socket, "250", __LINE__);
|
Which looks to be something with parsing the smtp socket or something of that nature..not entirely certain.
I've already posted a question on the PHPBB2 boards asking if the board mass e-mail function uses the "nobody" account, can you provide me with any assistance on your end?