Re: [PHP-WIN] Sending mail via gmail account

2011-05-31 Thread Larry L.
Got it working. Thanks for the help! "Pierre Joye" wrote in message news:BANLkTi=L_RQ3i7=92+7swynajussnz+...@mail.gmail.com... > hi, > > check out the hundred examples out there, google with imap gmail will > give you some of them. > > Cheers, > On Tue, May 31, 2011 at 3:08 PM, Larry L. wrote:

Re: [PHP-WIN] Sending mail via gmail account

2011-05-31 Thread Pierre Joye
hi, check out the hundred examples out there, google with imap gmail will give you some of them. Cheers, On Tue, May 31, 2011 at 3:08 PM, Larry L. wrote: > Hi, > > I'm a newbie and trying to send mail using my gmail account from the Windows > 7 machine I'm using to run PHP scripts from. Can some

Re: [PHP-WIN] Sending mail via gmail account

2011-05-31 Thread Larry L.
Almost there. I'm using phpmailer, but I get the following error: Mailer Error: Language string failed to load: from_failedmyemailaddr[ @ ]gmail.com Any ideas why? "Tac Tacelosky" wrote in message news:banlktinugholwgmchinul7chdtsh+lm...@mail.gmail.com... > Get phpmailer, best way to send mail

Re: [PHP-WIN] Sending mail via gmail account

2011-05-31 Thread Tac Tacelosky
Get phpmailer, best way to send mail from php under Windows. See this tutorial: http://www.110mb.com/forum/index.php?topic=14144.0 Tac On Tue, May 31, 2011 at 9:08 AM, Larry L. wrote: > Hi, > > I'm a newbie and trying to send mail using my gmail account from the > Windows > 7 machine I'm usi

[PHP-WIN] Sending mail via gmail account

2011-05-31 Thread Larry L.
Hi, I'm a newbie and trying to send mail using my gmail account from the Windows 7 machine I'm using to run PHP scripts from. Can someone please tell me how to do this? I can send mail from the machine using Outlook Express, so all the usual mechanisms are in place, I'm just not having any luck