Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SMTP settings
#1
Hi all,
i would like to change SMTP settings (host, port, username, password) from config file or web form.

Bye
Armando
Reply
#2
Hi

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


Doudoux
Reply
#3
(04-21-2011, 09:46 PM)Doudoux Wrote:
PHP Code:
ini_set('sendmail_from''xxx@xxxx.xxx');
ini_set('SMTP''xxxx');
ini_set('smtp_port''25'); 
Many thanks, could i also use ini_set to set username and password for smtp authentication ?
Reply
#4

I do not think this is possible without modifying the code, try this
http://www.karakas-online.de/forum/viewtopic.php?t=3672

doudoux
Reply


Forum Jump:


Users browsing this thread: