Issue with forum email feature not delivering messages.
Issue with forum email feature not delivering messages.
I've been adjusting the setup for a PHPBB forum on a local Windows 7 machine with XAMPP. Most functions are running smoothly, except for email functionality. Registration confirmations and password resets work through the internal forum messaging system, but I need to use PHP's built-in mail() method instead of external SMTP. The problem is that even when I configure it correctly, no errors appear during testing. If I set up the SMTP parameters incorrectly, I receive the expected error type. You can find more details in the ACP email settings guide: http://i.imgur.com/4c8VU2I.png. Any suggestions would be appreciated! Please let me know if you need further help.
Does your computer host an email server? Without one, messages can't be transmitted.
Well, it turned out to be a mistake, but ofcourse. Not completely clear on what steps got me going now, but it worked. I went wild with tweaks and kept testing—eventually paid off. Thanks a ton for your help! Next goal: figure out how to make the (U_BOARD) use an alias instead of my domain when sending emails with links. Any thoughts?