sending mail SMTP

Status
Not open for further replies.

ehunt0_f

New Member
Messages
16
Reaction score
0
Points
0
i am getting error that : mail() is stoped for security reason..
I am using php.
So, is it means SMTP is not enabled ? if it is not enabled how can i enable it if possible ?
 

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
i am getting error that : mail() is stoped for security reason..
I am using php.
So, is it means SMTP is not enabled ? if it is not enabled how can i enable it if possible ?

mail() and SMTP are different functions. currently mail() is disabled, see this thread http://x10hosting.com/forums/news-announcements/117112-php-mail-function-post662680.html

But SMTP is working fine. See this how SMTP works http://email.about.com/od/emailprogrammingtips/qt/PHP_Email_SMTP_Authentication.htm
 
Status
Not open for further replies.
Top