ruby on rails - how to send mail through user emailID instead of userID in has_mailbox gem? -


is there way send message recipient using email id in has_mailbox gem?

what kind of changes needs done plug-in has_mailbox?

actually happen when try send through user id works well,but when write email in recipient text_box of user gives me following error. e.g. case1 :sending message through user id:1,which send message recipient

case 2: here i'm sending though email(e.g xyz@gmail.com), gives me following error after click on send,

activerecord::recordnotfound in mailboxescontroller#create

couldn't find user id=0 

so, how solve this?


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -