salukigirl
New Member
- Messages
- 78
- Reaction score
- 0
- Points
- 0
I'm using this free script that uses phpmailer and I'm unsure what to do with these....
For the SMTP port and all that stuff what do I put between the ""'
:happysad:
PHP:
define ( "USE_SMTP", "TRUE" ); // - do you want to use SMTP to send out emails? TRUE or FALSE ( mail() will be used )
define ( "SMTP_PORT", "" ); // - what port should we use for smtp ( only needed if SMTP is set to TRUE )
define ( "SMTP_HOST", "" ); // - what host should we use for smtp ( only needed if SMTP is set to TRUE )
define ( "SMTP_USER", "" ); // - what user should we use for smtp ( only needed if SMTP is set to TRUE )
define ( "SMTP_PASS", "" ); // - what password should we use for smtp (only needed if SMTP is set to TRUE)
define ( "MAIL_IS_HTML", "FALSE" ); // - send emails as html or text? ( TRUE for html and FALSE for text )
For the SMTP port and all that stuff what do I put between the ""'
:happysad: