On Thu, February 14, 2008 8:34 am, julian wrote:
> I am using phpmailer currently to send email from my applications. My
> ISP is restricting the usage of email without SSL/TLS and my SMTP
> connections have started to fail...
>
> Any hints on the best approach to send email from php appplciations ?,
> I
> wish I could use my standard gmail/yahoo accounts.... like my desktop
> email program...

Often times, you can write a tiny shell script to connect using an
authentication password to the mail server, and then the rest go
through as you are already authenticated...

Not sure this applies to TLS/SSL, but it's worth a try.

-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to