like i cant use mail() beacuse it uses my hosts mailer which is really slow.
i use google apps to check my email adress at my domain and i can send with tht to but thats at the gmail website. is there some kind of script to send with gmail from a webpage on my site?
SKANK!!!!! 5 Posting Pro in Training
Recommended Answers
Jump to PostUse Pear Mail package.
http://pear.php.net/package/MailSince you want to send mail from gmail, you need to use this SMTP settings:
http://mail.google.com/support/bin/answer.py?hl=en&answer=13287A simple search on "SMTP mail using php" would …
Jump to PostPear is framework for PHP and is very very widely used. Anyway todo it using plain php, try editing your "php.ini" file. Find [mail function] block adn tweak it. I cant be very sure with Windows, but this must work. Here's how my php.ini file from XAMPP looks like'(I havent …
Jump to PostOK! Browsing over php manual gave me this.
http://www.php.net/manual/en/book.imap.phpThe installation part says that PHP has to be compiled with "--with-imap" option. So again, you will have to see if your host supports …
Jump to PostPHPMailer is licensed as LGPL...whats the problem with that? LGPL isnt strict too!! Everything is licensed, PHP too!!!
All 16 Replies
arunss 0 Light Poster
SKANK!!!!! 5 Posting Pro in Training
arunss 0 Light Poster
SKANK!!!!! 5 Posting Pro in Training
arunss 0 Light Poster
SKANK!!!!! 5 Posting Pro in Training

GreenDay2001
SKANK!!!!! 5 Posting Pro in Training

GreenDay2001
SKANK!!!!! 5 Posting Pro in Training

GreenDay2001
SKANK!!!!! 5 Posting Pro in Training

GreenDay2001
SKANK!!!!! 5 Posting Pro in Training

GreenDay2001
SKANK!!!!! 5 Posting Pro in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.