The settings are different for each web-server environment. You could ask your hosting company's helpdesk.
If it works with the standard contact form from Joomla you have made the right setup. If you still can't send from a BF form, you should come back here so we can focus on the settings in BF.
Here are my settings for my live site, a Linux server, using my site's e-mail account.
| Code: |
var $mailer = 'mail';
var $mailfrom = 'my e-mail adress';
var $fromname = 'Usually my name goes here';
var $sendmail = '/usr/sbin/sendmail';
var $smtpauth = '0';
var $smtpuser = 'noneofyourbusiness';
var $smtppass = '';
var $smtphost = 'localhost';
|
This will very likely not work for you so check the helpdesk.
Kind regards,
Sweder