No; because of type juggling, PHP will generally convert between numeric and string data as needed.
More details would be helpful. How are you sending mail? Most importantly, how is it failing? Were there any error messages from the original setup?
If you're using PHP's mail function, a...