Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SMTP settings
#2
Hi

Change settings in php.ini file or add these lines in letodms settings file:
PHP Code:
<?php 
ini_set
('sendmail_from', 'xxx@xxxx.xxx');
ini_set('SMTP', 'xxxx');
ini_set('smtp_port', '25');


Doudoux
Reply


Messages In This Thread
SMTP settings - by hman - 04-21-2011, 08:19 PM

Forum Jump:


Users browsing this thread: