MAIL - only send PHPsend from 1 domain

Scamp

Verified User
Joined
Aug 3, 2007
Messages
10
MAIL - only send PHPsend from 1 domain
How I can sett Server with DA to ONLY out mail BY PHPsend ONLY from 1 domain (forum)
I on a server should not have any mail accounts. The system information should send on an external mail box, and also there should be a possibility of sending by means of PHP a script of the unique domain of letters to users - dispatch on some thousand a day.
 
you can configure the DA account to have zeo (0) mailboxes.

php will use the default account - if you don't want this, you could use SMTP or a smarthost within the forum software config (phpbb and vbulletin to name a few do this). Alternatively, checkout phpmailer ...
 
Back
Top