Smtp

Status
Not open for further replies.

jonathonbaker

New Member
Messages
5
Reaction score
0
Points
0
Asuuming they permit me level2 PHP, how do I find out the SMTP server address so I can use the mail() function and phpmailer?
 

DefecTalisman

Community Advocate
Community Support
Messages
4,148
Reaction score
5
Points
38
This can be found in your cpanel under e-mail accounts.

Just out of curiosity where do you need the address to use mail() ?

php online manual said:
bool mail ( string $to , string $subject , string $message [, string $additional_headers [, string $additional_parameters ]] )
 
Status
Not open for further replies.
Top