Marcello Vanni [FAE-TE] wrote:
> my cps site don t send mail to new registered users;
> i have correctly setup the mailhost but it not works, i have also tried
> directly from python consolle and it works:
>>>> from smtplib import SMTP
>>>> connection = SMTP(host='192.168.0.2')<-- is my smtp on another machine
>>>> connection.sendmail('[EMAIL PROTECTED]', '[EMAIL PROTECTED], 'test')
>
> where is the problem? thnx
Did you check the Zope logs ?
As well, did you try to send mail using the "send by email" action from
CPS on a document (requires CPSSubscriptions installed) ? (just to see
if the email sending is not working only for user registrations)
J.
--
Julien Anguenot | Nuxeo R&D (Paris, France)
Open Source ECM - www.nuxeo.com
CPS Platform - http://www.cps-project.org
Mobile: +33 (0) 6 72 57 57 66
signature.asc
Description: OpenPGP digital signature
_______________________________________________ cps-users mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/cps-users
