“recipient” from form in send mail?

Since recipient_list is an EmailField it cleans to unicode. But you're trying to treat the result as a list. So obviously, construct a list out of it and everything's dandy.

Since recipient_list is an EmailField it cleans to unicode. But you're trying to treat the result as a list. So obviously, construct a list out of it and everything's dandy: recipients = form.

Cleaned_data'recipient_list' if cc_myself: recipients. Append(sender) ... but really you should call the field recipient not recipient list as only 1 can be entered.

Thank you Ozan. Appreciate your help. – kjarsenal Jan 15 '10 at 0:23.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions