After pressing enter, on the from line, the line gets shifted left. This happens with every subsequent line.
```
var mailOptions = {
from: "blahblah",
```
```
var mailOptions = {
from: "blahblah",
```