# See also SMTPMAILHOST in TWikiPreferences.
# Windows: this setting is ignored, just use Net::SMTP.
$mailProgram = '/usr/lib/sendmail -t -oi -oeq';
I'd appreciate the information in the context of me being a newbie on working with config files at server level.
| TWiki version: | TWikiRelease01Sep2004 |
| TWiki plugins: | DefaultPlugin, EmptyPlugin, InterwikiPlugin |
| Server OS: | Linux Kernel 2.4.26 |
| Web server: | Apache 1.3.28 |
| Perl version: | 5.005_03 |
| Client OS: | XP |
| Web Browser: | IE |
mail.juliediamond.net.
Try to remove the SMTPSENDERHOST setting, it is unlikely that you need it. Ask your provider to monitor the e-mail traffic while you test-register a user.
Alternatively, try to use the sendmail utility: Confirm the location as seen from your web server and set it in $mailProgram of TWiki.cfg, and remove the SMTPMAILHOST setting in the preferences.
-- PeterThoeny - 19 Oct 2004
Just removing the SMTPSENDERHOST setting didn't work, so I removed all mail settings from TWiki Preferences and voila it works again :-). Seems a mystery that previously with mail settings in TWiki Prefs auto notification worked; now won't work with them, but life continues to contain mysteries thank goodness and it now works which is what matters. Thanks for the help.
-- SueLocke - 19 Oct 2004
In this case you disabled Net::SMTP and are using the sendmail utility defined in TWiki.cfg.
-- PeterThoeny - 19 Oct 2004