i have a mac and i was wondering how i can set pop/smtp using gmails information in php.ini ?
i have version: 5.3
Answer
PHP just uses the local MTA for mail delivery. Configure Postfix to use Gmail as a relay.
I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print ...
No comments:
Post a Comment