Regarding PHP mail() function

rohitsinha54

New Member
Messages
36
Reaction score
0
Points
0
I am very upset that because of misuse by some people x10 had stopped php mail function i am an engineering college student and my web technologies project is based on newsletters by shop keepers and showrooms to keep their customers updated.
Its not possible for me to get a paid hosting to test this application and also the major issue is i have to show demo of project in coming week and if the mail function fails my project will go into vein.

The mail function was working some days ago on chopin server but it had stopped now.

i get a error message as:

Warning: mail() has been disabled for security reasons in /home/***(hidden)/public_html/something/class.SimpleMail.php on line 63

Fatal error: Uncaught exception 'Exception' with message 'Sending mail failed.' in /home/rohit54/public_html/smu/class.SimpleMail.php:64 Stack trace: #0 /home/rohit54/public_html/smu/user_transact.php(67): SimpleMail->send('talktorohit54@g...', 'Mailing list co...', 'Hello rohit?Our...', 'From: talktoroh...') #1 {main} thrown in /home/rohit54/public_html/smu/class.SimpleMail.php on line 64


I seriously need the php mail() function to be enabled so that my application works.

Please enable the php mail() function as soon as possible
 

xav0989

Community Public Relation
Community Support
Messages
4,467
Reaction score
95
Points
0
We do not have an ETA for mail() being re-enabled. It will probably be after the move.
However, SMTP has not been disabled, so you may want to try that instead.
 

rohitsinha54

New Member
Messages
36
Reaction score
0
Points
0
Can you tell me in detail how to use smtp with php or u can point me to some where i can get details ?
 
Top