
peter at pajamian
Sep 2, 2009, 5:24 AM
Post #4 of 4
(749 views)
Permalink
|
On 09/02/2009 12:39 AM, Raymond Cheng wrote: > Hi, All: > > Is there a way within ic that can email ship notification for orders' > status updated with odbc? I have connected mysql with odbc to update order status. I can change orders' status to shipped and archived them. However, no email will be sent. Thank you. If you're using odbc, then you're connecting directly to the database and Interchange is not involved in that at all. Some options are to run a cron job that checks for a status change every once in a while and sends out the appropriate emails, use triggers in your db to send out the emails or send out the emails from the connecting odbc application. I'm not going to go into details about any of these, though. Peter _______________________________________________ interchange-users mailing list interchange-users [at] icdevgroup http://www.icdevgroup.org/mailman/listinfo/interchange-users
|