Question re: Charactersets

Plus, the mailer model needed one more line:

def my_mail()   charset "latin1" # -> tell it to use Western ISO-8859 encoding !   from blah   recipients blah   subject blah   etc... end