i am trying to send a mail to lotus notes through a mail. But unfortunately,
the mail is not sent to lotos notes if the table, which contains data, which is in my system contains more than 64 columns . The code snippet is as under.
Code:
my $top = MIME::Entity->build(Type =>"text/html", From => "$from", To => "$to", Bcc => "$bcc", Subject => "$subject",
Leave a comment: