I am wondering if Spree sends email after an order is placed, or does it need something else.
Also I am creating a mail_method, but the problem is I do not know how to set it up
I have tried hooking it up to my personal gmail account via smtp but the send test email does not seem to work
Does anyone know how I would go about sending email after an order is placed as well as after a user registers. (I am currently in development mode)
Finally I am using Spree 1.3.2- stable with some custom logic in checkout, line_item, order, order_updator, payment_method, and variant But i do not believe any of them should should cause any problems with sending order after it is done.