Forum OpenACS Development: Problem with version 5.4.2 Unable to send mail

Hi all,
I am trying to send mail with the said version.
I am using the api
acs_mail_lite::complex_send_immediately specifying all necessary parameters.

It gives error

invalid command name "mime::initialize"

Please anybody can help me to solve the issue.

Thanks and Regards,
Amruta

Collapse
Posted by Malte Sussdorff on
You need to have tcllib installed, otherwise it won't work.
Collapse
Posted by Amruta Lakade on
Hi,
Thanks for reply
But it won't work. :(
I have installed tcllib
When i did
tclsh info library ,the output was

/usr/share/tcl8.4

Which means i have tcllib installed,still it's not working and giving error as

invalid command name "mime::initialize"

let me know ur reply.
Amruta

Collapse
Posted by Amruta Lakade on
hey sorry for previous post,

After installing tcllib,I restarted the service and tried the things again.

Now this showing diffrent error as

"can't read "state(header)": no such variable".

what to do?

-Amruta

Collapse
Posted by Amruta Lakade on
Hello,

Now the above problem has been solved.When I send the message it doesn't show any error but the mail is not getting send.

Now, I have switch to api:
acs_mail_lite::complex_send.

Is there any place where I can view the mail status?

-Amruta

Collapse
Posted by Amruta Lakade on
Issue has been solved.
Thanks and Regards,
-Amruta