Friday 26 April 2019

how to set pop/smtp in php.ini











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.


No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...