S3 Box

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kumanan.c
Forum Newbie
Posts: 4
Joined: Mon Aug 09, 2010 1:53 am

S3 Box

Post by kumanan.c »

Hi,

Need any help?

regards,
kumanan.c
Last edited by kumanan.c on Mon Mar 24, 2014 12:33 am, edited 1 time in total.
jarofgreen
Forum Commoner
Posts: 71
Joined: Sun Jul 11, 2010 12:40 pm

Re: Send mail from local system using php

Post by jarofgreen »

You are trying to connect to the gmail SMTP server with an unencrypted connection.
They want you to use an encrypted one.
Look up the php.ini options for encrypted SMTP and try that - I've never had to do that before so don't know what it is, sorry, or even if it exists.
Post Reply