Ah nevermind, found a quick way to do it.
function dpg_mandrill_tag($message){
$newtags = array( "frankdougdog","arri-alexa" );
foreach( $newtags as $tag ) {
$message['tags']['user'][] = $tag;
}
return $message;
}
P.S. Sorry for the barrage of messages ??