PHPMailer

Any questions involving matching text strings to patterns - the pattern is called a "regular expression."

Moderator: General Moderators

Post Reply
antoniofuensalida
Forum Newbie
Posts: 2
Joined: Tue Jul 12, 2005 8:57 am
Location: DC

PHPMailer

Post by antoniofuensalida »

Please, can anybody tell me what is the purpose of function EncodeHeader($String,$String), from class.PHPMailer.php (http://phpmailer.sourceforge.net/) specifically since I am suppossed to come up with documentation for a user who does not know anything about source code...I understand the regular expressions used, but I can't visualize the input vs outcome, and what is the purpose of such encoding. Is it for the server? is it trying to figure out attachments or other binary elements? anything would help me a lot at work...thank you very much!
(I only have two months of experience with php...)
Roja
Tutorials Group
Posts: 2692
Joined: Sun Jan 04, 2004 10:30 pm

Post by Roja »

You are already discussing this issue: viewtopic.php?t=35488 .

Please do not cross post.
Post Reply