Is there a way to make <dtml-sendmail> work with SSL/FastCGI? If not, does anyone know of any alternatives? Any help would be appreciated. Thanks. - Asad
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Asad Habib wrote: | Is there a way to make <dtml-sendmail> work with SSL/FastCGI? If not, does | anyone know of any alternatives? Any help would be appreciated. Thanks. Have you tried it? The MailHost object should work from within Zope without regard for the protocol by which the request arrived. Tres. - -- =============================================================== Tres Seaver tseaver@zope.com Zope Corporation "Zope Dealers" http://www.zope.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCLg1IGqWXf00rNCgRAjHpAKCUpLd9OsXJ9tRKicf9Pzdk2D1GKwCfepzD i+HBu3znowaBC4cBCV7wi9Q= =SYQJ -----END PGP SIGNATURE-----
Yes, I have tried it and it does not work. Is there a flag that needs to be set in the Apache config files for this to work? - Asad On Tue, 8 Mar 2005, Tres Seaver wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Asad Habib wrote: | Is there a way to make <dtml-sendmail> work with SSL/FastCGI? If not, does | anyone know of any alternatives? Any help would be appreciated. Thanks.
Have you tried it? The MailHost object should work from within Zope without regard for the protocol by which the request arrived.
Tres. - -- =============================================================== Tres Seaver tseaver@zope.com Zope Corporation "Zope Dealers" http://www.zope.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCLg1IGqWXf00rNCgRAjHpAKCUpLd9OsXJ9tRKicf9Pzdk2D1GKwCfepzD i+HBu3znowaBC4cBCV7wi9Q= =SYQJ -----END PGP SIGNATURE-----
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Asad Habib wrote at 2005-3-8 16:01 -0500:
Yes, I have tried it and it does not work. Is there a flag that needs to be set in the Apache config files for this to work?
No. You must make some other error... Especially, you do not tell us in detail how it fails. You know (at least you should): the error type, error value and traceback information is needed to help you ;-) -- Dieter
participants (3)
-
Asad Habib -
Dieter Maurer -
Tres Seaver