hi,
I have some record in my database which the order mail address and the customer mail address not exist, everytime the cron runs, the module try to send a followup email to the not valid email address.

So could be check a email address before send and remove the invalid email addresses/orders from the sending list.

thanks

Comments

webchick’s picture

Seems reasonable. Drupal has a valid_email_address() function for this purpose. Kinda funny that drupal_mail() doesn't call it itself, but there you go.

neochief’s picture

Status: Active » Fixed

Commited, thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.