Thanks. I changed and tried it like this: user_email is a string like: '[EMAIL PROTECTED]'
email_send_attach( [ user_email ], [ user_email ], 'string', 'string', ',', ',', False, False, attach=attachlist ) but it gives this error: Wed, 09 Jul 2008 09:51:06 INFO:root:can only concatenate list (not "str") to list But when I do it like before: email_send_attach( user_email, user_email, 'string', 'string', ',', ',', False, False, attach=attachlist ) then the email sends ok but it has all the commas in the address. ???? Regards, Gerry _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
