am in the process of developing a small application in which i want mails to be sent out whenever a customer purchases a product.mails can now be sent but i cannot see them in my sent items page at the moment.
this is my method in the controler,
def sent_items @products = current_user.products @user = current_user @address_list = "" @counter = 0 end
thanks for your help