Envrin 2 Posted July 3 I have to be doing something wrong here, but so far Googling hasn't helped. Take a look here: https://demo.envrin.com/api/classes/apex.app.msg.emailer.html#method_send The doc-block is correct, or at least as far as I can tell it is, character-by-character. I'm blind though, but have tried different combinations of things like "String" instead of "string" or "@Param" instead of "@param". Made sure the ends of the @param lines ende din a period, and that seemed to help a little. Nonetheless, why does it keep adding the namespace to everything in front of "string" like that? Any why are the paramaters section all screwed up? Any help would be appreciated. Thanks! Quote Share this post Link to post Share on other sites
requinix 811 Posted July 3 I wonder if the typo near $to_name is to blame... Quote Share this post Link to post Share on other sites
Envrin 2 Posted July 4 Ohhh, I figured it out. I was indenting the @param lines by 4 spaces, so it was picking them up as a multi-line tag. New lines only get 1 spce indentation, no more, got it! Quote Share this post Link to post Share on other sites