Web Hosting
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
Iron Speed
 
Go Back   Dev Articles Community ForumsWeb DesignWeb Hosting

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
  #1  
Old March 4th, 2007, 02:34 AM
jalmod jalmod is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Mar 2007
Posts: 2 jalmod User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 20 m 54 sec
Reputation Power: 0
Unhappy Php mail function not working with godaddy.com

I was suffering during the past week with the problem of sending email from my site, my site is hosted with godaddy.
The php mail command seems not working probably, although some times it does.

The command does not return any error, but my emails never reach to detonations.

I have contacted the support team several times, but seem that they do not understand what I am talking about.

Any body here can help me?



Reply With Quote
  #2  
Old June 15th, 2007, 02:23 AM
eponymoose eponymoose is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jun 2007
Posts: 1 eponymoose User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 m 30 sec
Reputation Power: 0
Check your hosting settings...you need PHP Linux, not ASP windows

google unofficial godaddy test site for more info

peace out

Reply With Quote
  #3  
Old August 10th, 2007, 03:59 PM
Software506.com Software506.com is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2007
Posts: 1 Software506.com User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 m 46 sec
Reputation Power: 0
Talking Sending Email using PHP from Godaddy host

Godaddy has the php.ini file configured with all the information.
This is the code to send a email using php is:
PHP Code:
<?
include_once("Mail.php");
...

$to "support@software506.com"
$subject "Email from php";
$body "Hi \n this is a test";

mail($to$subject$body);

...


this just works in the godaddy host, no for test locally.
it works for me.
just try it.

Reply With Quote
  #4  
Old October 31st, 2007, 03:04 PM
bidfreelancers bidfreelancers is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2006
Posts: 7 bidfreelancers User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 4 m 17 sec
Reputation Power: 0
Send a message via MSN to bidfreelancers Send a message via Yahoo to bidfreelancers Send a message via Google Talk to bidfreelancers Send a message via Skype to bidfreelancers
Thumbs up

We too had one of our clients hosted with godady and this function working very well.


Regards
Einfoway.com
A1domainhosting.com

Reply With Quote
  #5  
Old November 13th, 2007, 10:55 PM
brandontt brandontt is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Nov 2007
Posts: 1 brandontt User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 19 m 41 sec
Reputation Power: 0
Arrow Sending Email using PHP from Godaddy host

Hi guys this is what you have to use.

You need to use Pear thats already included on the godaddy hosting and then inlcude the mail.php

Here is a function to help you: This will even allow you to send html emails

require_once "Mail.php";

function emailHtml($from, $subject, $message, $to) {
$host = "localhost";
$username = "";
$password = "";

$headers = array ('MIME-Version' => "1.0", 'Content-type' => "text/html; charset=iso-8859-1;", 'From' => $from, 'To' => $to, 'Subject' => $subject);

$smtp = Mail::factory('smtp', array ('host' => $host, 'auth' => false));

$mail = $smtp->send($to, $headers, $message);
if (PEAR::isError($mail))
return 0;
else
return 1;
}


Have fun

Brandon Tapera

Reply With Quote
  #6  
Old January 9th, 2008, 05:26 AM
jalmod jalmod is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Mar 2007
Posts: 2 jalmod User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 20 m 54 sec
Reputation Power: 0
Red face

Sorry guys, I discovered the reason of this problem. The problem was because the limit set to 1000 emails per day.

Thank you all for your participation.


Reply With Quote
Reply

Viewing: Dev Articles Community ForumsWeb DesignWeb Hosting > Php mail function not working with godaddy.com


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five &quot;checkpoints&quot; for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 

Iron Speed




© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway