Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: print_headerChapter 14
Email Connectivity
Next: Reference: reply
 

remove_sig

 $mail->remove_sig([nlines])

Removes a user's signature from the body of a message. Looks for a line equal to "-- " within the last nlines lines of the message and removes that line and all lines after it. nlines defaults to 10.


Previous: Reference: print_headerPerl in a NutshellNext: Reference: reply
Reference: print_headerBook IndexReference: reply