I\'m having a problem sending a plain text (not HTML!) email, all my line breaks are being ignored:
plain text
HTML
->setBody(\'Did you request a pa
use double quotes like this
->setBody("Did you request a password reset for your account?\r\n\r\nIf yes, click here:\r\nhttp://www.website.com", 'text/plain');