gary garcia wrote:
> My config.php looks like this
> 
> $EnableNotify = 1;
> $NotifyDelay = 5;
> $NotifySquelch = 100;
> ini_set('SMTP','smtp.gmail.com <http://smtp.gmail.com>');
> 
> The problem still persists

Try pointing to the SMTP server of your ISP.

Because you are not on the same subnet as the Gmail SMTP server, Google 
requires that SMTP connections use SMTP AUTH. Such connections require 
you to supply your username and password (like a POP3 logon) and Google 
uses TLS security on port 587 (not port 25).

-- 
Neil Herber
Corporate info at http://www.eton.ca/

_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to