Tagged Questions
1
vote
1answer
110 views
Email sent in php with attachment but no body on GoDaddy Server
I'm trying to send an email with attachment from my site hosted on GoDaddy Server. The mail is sent with the attachment but the message body (plain text) is missing in the email. On my local server it ...
0
votes
2answers
553 views
What should my php.ini file settings should be to send email via php on godaddy?
Assuming that my domain name is pleasework.com and my email is contact@pleasework.com. What configuration settings does my godaddy linux server need to send mail via php. I've tried using PEAR to send ...
0
votes
1answer
128 views
Why is my godaddy website emails smtp not being sent?
I'm using PEAR Mail function to send my emails to clients. The code is written bellow.
<?php
require_once('Mail.php');
$email = $_POST['email'];
$subject = $_POST['subject'];
...
0
votes
0answers
16 views
FileIOPermission Exception when sending email from GoDaddy
I have the following action method
public ContentResult SendEmailGD(string subject, string email)
{
const string SERVER = "relay-hosting.secureserver.net";
MailMessage oMail = new ...
0
votes
1answer
175 views
Asp.net mail not working with godaddy mail id
I am trying to send mail from asp.net. If i try with gmail and yahoo. Its working fine.
But if i try with my godaddy email id, it wont work, dont know where i am wrong.
(asp.net 4.0 , webmail ...
0
votes
2answers
164 views
Cannot send mail from form using php
Okay bare with me, completely new to php. I'm hosting with godaddy and it's giving me a tonne of trouble. I first found out with godaddy you have to create an email with them if you want any php to ...
0
votes
0answers
224 views
Sending email with PHPmailer 5.2 and GoDaddy
I am trying to configure PHPMailer 5.2 to send mail via Godaddy. I created email account and entered data that is given to me, but it is not sending email. I keep getting this error::
Message was not ...
0
votes
0answers
66 views
Is there anyother way to send more than 250 mails per day mail using SMTP
Hi i am developing an iPad app, In which i have used SMTP mail server.in QA everything is working fine at the time we did not know that we can send only 250 mails per day. now it went to production ...
0
votes
1answer
90 views
How do i retrieve emails from a godaddy mailbox in php
I have been trying it for a while now, used the phpclasses pop3 class, but it fails when i send the login. (I am hosting on a rackspace virtual server).
$pop3 = new POP3(true,'/var/www/test.log', ...
1
vote
1answer
100 views
Email is not sending with godaddy website name in message content
I have a website (abcdefgh.com), when i tried to send email using php mail function, with message content as below
Testing abcdefgh.com abcd abcd
mail is not sending, but when i tried to send with the ...
0
votes
1answer
596 views
Codeigniter email class with Godaddy email hosting Issues
I bought email accounts for my domain from godaddy. I am using Codeigniter to send emails from my domain email account. I created the config file email.php where i put the config preferences:
...
0
votes
1answer
448 views
Using GoDaddy's SMTP to Send Web App Email While Keeping Google Apps
I'm wanting to use GoDaddy (our dedicated web host) to send out transctional emails (including emails to the domain name), while still using Google Apps for our corporate email system. Are there any ...
1
vote
1answer
206 views
Emails to my domain disappear when sent from script
I'm currently hosted on a virtual dedicated server from GoDaddy. (I know, I know, but it's inexpensive and I'm poor.) I switched to it from shared hosting a couple months ago. It recently came to my ...
0
votes
1answer
231 views
PHP HTML email sent showing code
I have a website that's sending out confirmation emails. When I send an email directly to my gmail account or work account it shows up as expected, however, when it goes through another email address ...
0
votes
2answers
209 views
Creating an e-mail interface to a Ruby on Rails app?
(Preamble: if you've ever sent your agenda to plans@tripit.com or posted something to Tumblr by emailing to myprivateaddress@tumblr.com, then you've already experienced what I'm talking about.)
How ...
0
votes
2answers
195 views
How do I send emails using the php mail function and hide all recipients?
I know that in order to hide recipients, you need to place the email address under the BCC line in the headers. However, in order to send an email using the mail() function, there must be a "send to" ...
0
votes
0answers
77 views
Sending emails from a web form to a user's email address
Currently, I am creating a site, and I want to setup email to be able to do the following:
Send emails to people who have an account on my site, in case the site will be undergoing maintenance or ...
1
vote
1answer
117 views
PHP mail incapable of sending href
I have a basic shared hosting account with Godaddy and a small database of emails to send newsletters too. Until today my email script was working flawlessly, I had a lovely template with the logo, ...
0
votes
1answer
571 views
Gmail smtp getting error with Godaddy
This code works in offline mode:
Code Behind:
SmtpClient client = new SmtpClient("smtp.gmail.com", 587);
client.UseDefaultCredentials = false;
client.EnableSsl = true;
client.DeliveryMethod = ...
0
votes
3answers
576 views
Send email with gmail account using Godaddy
This code works in offline mode:
SmtpClient client = new SmtpClient("smtp.gmail.com", 25);
client.UseDefaultCredentials = false;
client.Credentials = new NetworkCredential("account@gmail.com", ...
1
vote
0answers
210 views
Email is not working for Go daddy Server
I am using Go daddy Shared Server. I waned to send email notifications and that is not working. I have done some google and found some solutions from go daddy.And i tried few of them > ...
-2
votes
2answers
814 views
C# - SMTP - GoDaddy - Send Email
What am I doing wrong? Im trying to send a email using c# with GoDaddy webhost.
SmtpClient client = new SmtpClient("relay-hosting.secureserver.net", 465);
client.EnableSsl = true;
...
2
votes
1answer
2k views
PHPMailer on godaddy server, setup correctly?
I've just signed up for a godaddy server to test a PHP script I'm writing. I'm using PHPMailer to send a emails, it uses the godaddy email Host : relay-hosting.secureserver.net
The problem is that I ...
0
votes
2answers
291 views
A CNAME exists for the hostname xyz, could not create MXRECORD
I have a domain 'bar.com'
I have a CNAME entry for 'foo.bar.com' because thats the name of my site(foobar)
I would like to have an email address like 'info@foo.bar.com'
I'm trying to hookup the ...
0
votes
2answers
477 views
Sending emails - GoDaddy: my@email.com has exceeded their send quota
In Rails I use ActionMailer for sending emails. I have the email account created at GoDaddy and when I try now send an email from my app, I got following error message:
Net::SMTPAuthenticationError ...
0
votes
0answers
100 views
Which is the simplest SMTP linux program to use on a GoDaddy hosted server for basic email forwarding? [closed]
I'm looking for the simplest SMTP server program I can run that will receive emails and forward them onward to a new email address (maintaining the domain setup in the headers). Essentially, I have a ...
0
votes
2answers
740 views
php mail function on godaddy server not working
I've looked around this site for answers and I've come to the conclusion that the php I'm using to send me an email if someone subscribes to my site doesn't work because I'm on a godaddy server. The ...
0
votes
2answers
3k views
PHP's mail() function doesn't work on GoDaddy dedicated server
I have a website that is hosted by GoDaddy on a virtual dedicated platform, and I haven't been able to get the mail() function to work properly in my PHP script. I'm trying to send emails with ...
-1
votes
2answers
709 views
Send an email from a forwarding email address [closed]
I have been googling this but all I have found is very confusing stuff, my question is does anyone have a tutorial on sending an email from a forwarding email address (example)
Someone sends me an ...
1
vote
2answers
680 views
Django: Send SMTP Email Through GoDaddy
I tried to send email with the email settings shown below, but doesn't work.
EMAIL_HOST = 'smtpout.secureserver.net'
EMAIL_HOST_USER = 'staff@******.com'
EMAIL_HOST_PASSWORD = '********'
...
0
votes
4answers
2k views
Send email from Godaddy
I have an asp.net site in Godaddy. What I would like to know is if it's possible to send an email through godaddy using a different smtp account.
More precisely, I would like to send an email from a ...
2
votes
2answers
1k views
Mass mail using PHP from my web application
I had a web application in PHP which hosted in GoDaddy server . The site is a type of movie database and discussion . I have to send mass mail to my registered users from my application. For eg. at ...
0
votes
3answers
754 views
Send email from Gmail account using Goddady
I'm sure this has been asked already, but I haven't found the right question or answer yet.
I have an asp.net site in Godaddy and what I would like to know is how, if possible, to send an email from ...
0
votes
2answers
1k views
HTML Email not displaying correctly for Godaddy web based mail
I am using the following PHP code to send out an email. I've tested in Outlook and other places and everything comes through correctly. However if I send the email to a person using a Godaddy web ...
0
votes
2answers
360 views
Sending form mails to different email address on GoDaddy PHP
I need to send an email to a different email address. I've been using gdform.php for form mailing and that works fine. However, that only lets me send to one single email address, as defined in the ...
0
votes
1answer
467 views
Can you help me send a PHP email with attachments on a GoDaddy server?
I am sending an email with attachments through a GoDaddy server. The email works fine when sent to my gmail account, however, in Outlook the email text doesn't display at all. The attachment is there ...
1
vote
0answers
704 views
E-mails sent through GoDaddy Mail Account not always making it to destination
Good afternoon,
I am using my free godaddy mail account to send e-mails from my asp.net 4.0 web application. Up till last week, all e-mails were being sent and received correctly. Today I was ...
0
votes
2answers
141 views
issue with the mail() function in php
I have developed a quiz application using flash. The swf file calls a couple xml files to populate its questions and other aspects of the quiz. At the conclusion of the quiz, the user has the ...
1
vote
1answer
912 views
Using php imap_open function with godaddy email account
I'm trying to use the php imap_open function to connect to a godaddy.com mailbox at https://email.secureserver.net/
Usually, something like
$mbox = ...
0
votes
1answer
520 views
Issues with sending mail with ASP.net and objCDO
I am helping a friend who said his GoDaddy asp.net website used to send out email without any problems until GoDaddy updated to IIS7. He changed objCDONT to objCDO and thought this would resolve the ...
1
vote
3answers
6k views
How do you send e-mail via PHP on a GoDaddy shared host using CodeIgniter?
I am using CodeIgniter on a GoDaddy shared host and I need to send e-mails from a contact form. Following information from CodeIgniter, GoDaddy, and serveral web forums I came up with the following ...
0
votes
1answer
421 views
goDaddy php Form Mailer validation
im pretty new to php and im hosting a website using goDaddy and iv noticed they have php form mailers which take information from a php form and send it to a designated email.
i was wondering how i ...
1
vote
4answers
4k views
How to send email using GoDaddy SMTP? [duplicate]
Possible Duplicate:
Sending email through gmail SMTP on GoDaddy
I am trying to send a response email to the user after he has registered. I am using the code given below which works fine on ...
4
votes
3answers
649 views
Send out emails from Rails app using GoDaddy email
I'm trying to send out order receipt emails. I use GoDaddy as my email service. On my local environment, it says that an email was sent out. But when I check my email (and junk folder) it doesn't show ...
2
votes
4answers
3k views
Email delays on GoDaddy Server
We're working on one website, and registration confirmation email comes almost after 20-30 mins on godaddy server everytime.
We've tried with php's mail function and with phpmailer SMTP library as ...
0
votes
1answer
453 views
Are there limits to sending e-mails through GoDaddy hosting? [closed]
My friend tells me there's limits to sending automated e-mails from GoDaddy as compared to Yahoo. Is this true? Can someone point me in the right direction? I'm trying to port a site for my friend ...
1
vote
3answers
1k views
Gmail and hotmail problem with Codeigniter or Godaddy?
I have setup a mail sender with the Codeigniter email library.
Everything works fine until a user specifies a gmail or hotmail address as their address.
eg
$email = ...
0
votes
2answers
1k views
Unable to send emails from godaddy SMTP server if email body has > 70 chars
I am facing an issue where in, i am not able to send emails if the email body has more than 70 chars!
The site is hosted on godaddy.
SMTP host : relay-hosting.secureserver.net
SMTP port : 25
For ...
0
votes
2answers
2k views
Godaddy PHP SMTP using other mail service like google
I hosted my website on Godaddy shared linux environment and using PHP simple mail function to send emails to the registered users .But in some cases the email is not going and also I am crossing daily ...
0
votes
2answers
619 views
How can I create a new email account in Java?
I am able to send and receive emails from my JSPs and associated Java code using the Java Mail API (javax.mail.*).
Now I would like to create a new POP3 email account programmatically when a user ...
