' . t('About') . ''; $output .= '

' . t('Maillog module provides an opportunity to save the mail log for debugging purposes.') . '

'; $output .= '

' . t('Uses') . '

'; $output .= '
'; $output .= '
' . t('Saves the mail log') . '
'; $output .= '
' . t('View integration') . '
'; $output .= '
' . t('Displays verbose output of the mail for users with permission "view maillog"') . '
'; $output .= '
' . t('Suppress email delivery') . '
'; $output .= '
'; return $output; } }