1

Topic: How to make modification to force PHP to use the SSL wrapper in SMTP.

Does anyone know how to make modification to force PHP to use the SSL wrapper in SMTP.

===
$fp = fsockopen('smtp.googlemail.com',25);

becomes

$fp = fsockopen('ssl://smtp.googlemail.com',25);
===

http://php.net/manual/en/function.fsockopen.php

It would be best to keep all of your mailing on Google apps if possible."




technicians of my host, I was asked to replace the above code on core.smtp, line 93:

===
In core.smtp.php change

"$this->connection = @fsockopen($this->host, $this->port, $errno, $errstr, $this->timeout);"

to read

"$this->connection = @fsockopen('ssl://' . $this->host, $this->port, $errno, $errstr, $this->timeout);"

===

but, not work

Comet Chat - The best Facebook chat clone integrated to Vldpersonals
Asian Dating and Asian Girls
Dating woman Romania

2

Re: How to make modification to force PHP to use the SSL wrapper in SMTP.

i just played a bit and managed to get the phpmailer class wo work with vld on localhost
I uploaded to a vld install and i can send mail using the Outgoing Mail Server: (SSL)

but only issue is that it must use SMTP always and will send emails as HTML

3

Re: How to make modification to force PHP to use the SSL wrapper in SMTP.

misulicus wrote:

i just played a bit and managed to get the phpmailer class wo work with vld on localhost
I uploaded to a vld install and i can send mail using the Outgoing Mail Server: (SSL)

but only issue is that it must use SMTP always and will send emails as HTML

you can do:

Send en e-mail by google app's?

connection to the server from google must be in tls

Comet Chat - The best Facebook chat clone integrated to Vldpersonals
Asian Dating and Asian Girls
Dating woman Romania

4

Re: How to make modification to force PHP to use the SSL wrapper in SMTP.

i havent tried with google apps, dont have an account to them for tests

5

Re: How to make modification to force PHP to use the SSL wrapper in SMTP.

misulicus wrote:

i havent tried with google apps, dont have an account to them for tests

use google apps free

Comet Chat - The best Facebook chat clone integrated to Vldpersonals
Asian Dating and Asian Girls
Dating woman Romania

6

Re: How to make modification to force PHP to use the SSL wrapper in SMTP.

what does google apps offer? i haven't heard anything for their services? I saw you vote for smtp how many emails you can send per day if you use google app?

7

Re: How to make modification to force PHP to use the SSL wrapper in SMTP.

bpejic wrote:

what does google apps offer? i haven't heard anything for their services? I saw you vote for smtp how many emails you can send per day if you use google app?

The main attraction of Google's app.

IP's are from google.

when you send an e-mail with google app's, this e-mail IP is the IP of google.

a site of medium size, sends many e-mails to its members.

The yahoo and hotmail, simply indicate that an activity is suspected, and presto, your e-mails are being blocked.

no e-mails with updates, its members did not return to the site.

Comet Chat - The best Facebook chat clone integrated to Vldpersonals
Asian Dating and Asian Girls
Dating woman Romania

8

Re: How to make modification to force PHP to use the SSL wrapper in SMTP.

That part i understand, but what is the limit per day and how much does it cost?

9

Re: How to make modification to force PHP to use the SSL wrapper in SMTP.

bpejic wrote:

That part i understand, but what is the limit per day and how much does it cost?

500 e-mail's per day = Free
2.000 e-mail's per day = $5

Comet Chat - The best Facebook chat clone integrated to Vldpersonals
Asian Dating and Asian Girls
Dating woman Romania

10

Re: How to make modification to force PHP to use the SSL wrapper in SMTP.

huh, very low limits, i have over 40.000members how many emails do i need per day? smile

11

Re: How to make modification to force PHP to use the SSL wrapper in SMTP.

bpejic wrote:

huh, very low limits, i have over 40.000members how many emails do i need per day? smile

read this link's below:

http://support.google.com/a/bin/answer. … wer=166852

http://code.google.com/intl/en/appengin … .html#Mail


they pemitem sending a value greater

Comet Chat - The best Facebook chat clone integrated to Vldpersonals
Asian Dating and Asian Girls
Dating woman Romania

12

Re: How to make modification to force PHP to use the SSL wrapper in SMTP.

you know someone who can do this integration?

Comet Chat - The best Facebook chat clone integrated to Vldpersonals
Asian Dating and Asian Girls
Dating woman Romania

13

Re: How to make modification to force PHP to use the SSL wrapper in SMTP.

Did you speak with vlad about custom integration? What is price for this? Or Maybe he will add this option in ver 3.

14

Re: How to make modification to force PHP to use the SSL wrapper in SMTP.

SSL will be supported for SMTP connections in the next update.

Developer

15

Re: How to make modification to force PHP to use the SSL wrapper in SMTP.

vlad wrote:

SSL will be supported for SMTP connections in the next update.

in version 2.8?

Comet Chat - The best Facebook chat clone integrated to Vldpersonals
Asian Dating and Asian Girls
Dating woman Romania

16

Re: How to make modification to force PHP to use the SSL wrapper in SMTP.

i think, we are speaking about ver 3.0