That's not a correctly encoded URL. I'm pretty sure you need to URL Encode each of the chunks. For example, your subject needs to look like this:
See%20San%20Francisco%20State%20University
And your body like this:
Click%20the%20link%20below%20to%20view%20our%20campus%20on%20a%20map.%3Cbr%3E%3Cbr%3E%3Ca% 20href%3D%22http%3A%2F%2Fgoo.gl%2FjjpS6L%22%3ESFSU%3C%2Fa%3E
Also make sure you don't have smart quotes in there instead of regular quotes. I used URL Decoder/Encoder to do the encoding.
Neil