Wednesday 4 December 2019

email - Send from free Gmail account via PHP

I want to send email via PHP script using my free Gmail as the From sender. How can this be done such that the SPF records will be valid (as if the mail was actually sent from Gmail)?

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...