21 Sep
2022
21 Sep
'22
11:37 p.m.
On 9/21/22 16:14, gioklr71@gmail.com wrote:
Hi Mark. I put a print_dict(email_D) and ALL records are email; (name surname) and no empty values are present. To be sure I've modified code...
for mail, nom in email_D.items(): # Loop over Dictionary items (Email, Name) if (mail) and (nom): print(info.subscribe(mail, nom, pre_verified=True, pre_confirmed=True, send_welcome_message=False, pre_approved=True))
What are actually passing. mail may not be empty, but it is not a valid email address as checked by https://gitlab.com/mailman/mailman/-/blob/master/src/mailman/email/validate....
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan