I'm having a problem with Net::Smtp. Does the datasend() method have problems sending strings containing single quotes?
Like I stored the string "Germany's biggest bank, hired" in a hash and it prints out fine when i retrieve the scalar value.
But i do datasend($msg) and when i open the email I see something like "Germany's bigges! t bank, hired". These "!" are popping all over the place.
Any thoughts would be greatly appreciated.
Like I stored the string "Germany's biggest bank, hired" in a hash and it prints out fine when i retrieve the scalar value.
But i do datasend($msg) and when i open the email I see something like "Germany's bigges! t bank, hired". These "!" are popping all over the place.
Any thoughts would be greatly appreciated.
Comment