Closed (fixed)
Project:
Ubercart Followup
Version:
6.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Nov 2009 at 11:03 UTC
Updated:
10 Jan 2010 at 17:20 UTC
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
Comment #1
webchickSeems 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.
Comment #2
neochief commentedCommited, thanks.