|
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
|
_______________________________________________ cps-users mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/cps-users
