|
| It may be worth checking the CMSMailer preferences, it I recall correctly form builder uses them.
|
And that was the pointer in the right direction. The FormBuilder docs better say this in the first paragraph: TAKE CARE THAT YOUR CMSMAILER IS PROPERLY CONFIGURED AND THAT YOU CAN SEND A TEST EMAIL . . . . and don't bother to start with FormBuilder if that's not yet the case.
Oh well, let's hope that this thread will help people not to spend on this as much time as I did. So what do you need to do: in your Admin panel, select from the menu 'Extensions -> CMSMailer'. Try to configure smtp first, so replace localhost with your servers FQDN, probably click the checkbox "does your smtp server require authentication" and then add your userid and password.
Now click the "send test email" button and see what happens. In my case it didn't work. Now I know that some ISPs configure their stuff in such a way that you first _have to_ do a POP3 transaction before you can get access to SMTP. Maybe that was the case here. Then I tried 'sendmail' which didn't help me any further. And finally I selected the option 'mail', which so far works like a charm.
After CMSMailer was properly configured, FromBuilder worked flawlessly again.