M.E. Post
M.E. Post
``` $sendingAddress = "Example | Example "; $result = \Email\Parse::getInstance()->parse($sendingAddress, false); $sendingDomain = strtolower($result['domain']); print '$sendingDomain = ' . $sendingDomain; $sendingAddress = strtolower($result['local_part']) . '@' . $sendingDomain; print ': $sendingAddress...
It would be great if the parser showed comments as a specific attribute, see https://tools.ietf.org/html/rfc5322#section-3.2.2 Informal example: comments are allowed with parentheses at either end of the local-part; e.g. john.smith(comment)@example.com...
Hi Zaahid, thank you for the nice shoutout on the frontpage :-) I'm running into a small issue with regards to order of setTxtPart and setHtmlPart. I'm using both functions...
Hi there, I'm getting the following error whilst building danecheck on Amazon Linux 2: ``` Building all executables for `danecheck' once. After a successful build of all of them, only...