PDA

View Full Version : SMTP email SETUP for ADD on Domain



didau
04-11-2008, 02:54 PM
hi everyone, I'm new with the SMTP email setup. basicly I have these info needed for my site so user able to submit a form.

//-- Email server info --//
define('_MAIL_HOST', 'mail.yourhost.com'); // specify main SMTP server
define('_MAIL_USER', 'mail_user'); // SMTP username
define('_MAIL_PASS', 'yourpass'); // SMTP password
define('_MAIL_FROM', 'NAME'); // Sender's email (yours)
define('_MAIL_FROM_NAME', 'YOURNAME'); // Sender's name (can also represent your site's name)
define('_MAIL_PORT', 25); // Mail server port ( Can be 25, 26. 456 for GMAIL. 587 for Yahoo )

I would like to know what to fill in for my ADD ON domain.
For example I have an ADD ON domain: www.xyz.com and my primary domain is www.zyx.com. This script is running form my ADD on domain. Where could I find these info to fill in ? I'm hosting at BLUEHOST. Thank you

didau
04-15-2008, 07:49 AM
anyone has SUCCESSFULLY setup an SMTP mailing with BLUEHOST before ? Thanks

didau
04-15-2008, 08:06 AM
never mind i got its to work, thanks for reading.

If you reading this and have the same problem. just remember to change to port 26 instead of 25 it'll work.