Hi Tom, Look at shop/notifications.py, this contains code that uses signals to fire off emails of different types. You can either just fire off a mail after processing in your module, or use signals to trigger it.
On Jan 28, 8:07 am, TomHH <[email protected]> wrote: > Hi, > > I built a payment module for 'cash in advance' and I'd like to trigger > of a confirmation email when the customer is done with it. The last > step is only displaying the data - how do I send an email when the > user confirms the order? > > As I'm quite new to satchmo / django, I've got no clue where to start > searching... :-\ > > Cheers, Tom -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
