Forum OpenACS Q&A: Re: Sending Emails via SMTP port 587

Collapse
Posted by Tyge Cawthon on
Gustaf,
Thank you for your suggesting with using install-ns.sh when creating the nssmtpd.so file

We initially created the nssmtpd.so via naviserver process because the install-ns.sh did not create the nssmtpd.so file.

We investigated why the install-ns.sh did not create the nssmtpd.so file.
Here is what we found.
line 48
ns_modules=${ns_modules:-}
The variable ${ns_modules:-} at this location in the code is blank.

What is the proper method to create a module using install-ns.sh?