drupal_mail() with sender address format

Events happening in the community are now at Drupal community events on www.drupal.org.
cithukyaw's picture

Hi Drupallers,

I just want to set the sender mail format with RFC 2822 like "User user@example.com" to the $from parameter of drupal_mail().
But, drupal_mail can't sent with this format.
What's wrong with me ?