Tagged Questions
0
votes
0answers
58 views
Unexpected EOFError with ActionMailer
I am using Rails 3.2 with ActionMailer to send email notification.
I have bought email at GoDaddy.
I am also testing with a Gmail account.
In my development.rb I typically configure email this way ...
0
votes
2answers
585 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
130 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
2answers
245 views
Sending email from form through gmail SMTP on GoDaddy
Through searching all the other threads on this topic. I'm still getting nowhere.
I'll come at it from a different angle.
In Google apps you have the option to route outgoing mails through an ...
0
votes
1answer
199 views
Rails 3.2, Godaddy domain & email, Heroku hosting - 535 Authentication Failed
Have added these settings in a Rails initializer file
ActionMailer::Base.delivery_method = :smtp
ActionMailer::Base.perform_deliveries = true
ActionMailer::Base.smtp_settings = {
:address ...
0
votes
1answer
114 views
SMTP Intermittent Error
I am stress testing my code that sends an automated confirmation email after a user registers on my web app. I am connecting to a godaddy SMTP server using the SwiftMailer plugin in a Kohana ...
-2
votes
1answer
170 views
Sending emails via WordPress on GoDaddy [closed]
I have a client with a GoDaddy account. I've set them up with a custom WordPress template. Now they want to be able to send newsletters out with a custom designed email template. They have a list of ...
0
votes
1answer
159 views
Rails app + gmail smtp + heroku hosting + godaddy domain
i'm trying to define a way to send emails using gmail. it all works fine on localhost but when i deploy to heroku nothing happens.
i guess it has something to do with GoDaddy MX records?
here is ...
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
284 views
Send mail using SSL from GoDaddy account using command-line program, Python, or Java
Summary:
I'm trying to send email from a Django server (not hosted by GoDaddy) on Windows. GoDaddy email does not support STARTTLS. Sending email from Thunderbird via port 465 (SSL) through GoDaddy ...
-2
votes
2answers
819 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
0answers
101 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
1answer
233 views
Zend Framework is not sending mail on production but it sends perfectly from localhost
Cant send mail when i upload it into my server(godaddy share host) but it sends perfectly from localhost code is :
public function mailAction()
{
$config = array('auth' => 'login', ...
1
vote
2answers
686 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 ...
0
votes
1answer
286 views
SendMail on Godaddy
I've been struggling with getting this syntax right to send mail using Godaddy. Any help would be appreciated. Do I need to add code to my web.config?
System.Net.Mail.MailMessage m = new ...
-2
votes
1answer
409 views
SMTP 451 GoDaddy Troubles
Uncaught Invalid JSON: {"status":"success"}<br />
<b>Warning</b>: mail() [<a href='function.mail'>function.mail</a>]: SMTP server response: 451 See ...
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
1answer
203 views
asp.net hosting on GoDaddy, can I send emails from UserName and not from email address?
I am using GoDaddy for asp.net hosting. On sending emails in recepient's mail box I want to show from name and not from email address.
can you please guide me if goDaddy allows this or not ?
...
1
vote
0answers
1k views
PHPmailer smtp GoDaddy problem “SMTP -> ERROR: DATA not accepted from server”
i'm having a problem with sending a mail with PHPmailer trough SMTP.
The mail is sended after 5 seconds, but it still prompts me the error:
SMTP -> ERROR: DATA not accepted from server
but the ...
1
vote
0answers
710 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 ...
1
vote
2answers
928 views
Sending mail via gmail smtp through godaddy shared hosting
Hi all
I want to send email using gmail on godaddy shared hosting. I have provided the following settings
$config = array(
'email' => array(
'host' => ...
0
votes
0answers
916 views
Email not sending - Subscribe2 Wordpress plugin [closed]
I've seen a fair numbers of posts similar to this, but never addressing exactly what is happening in my setup. I've installed the wordpress plugin Subscribe2 to send mass emails to site subscribers. ...
1
vote
3answers
3k views
PHP on GoDaddy Linux Shared trying to send through GMAIL SMTP
I have tried EVERY single script/code/method posted on StackOverflow and other sites for this, but with no luck. I am hosting on GoDaddy. I have setup a Google App account, set up everything needed ...
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
654 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 ...
5
votes
3answers
5k views
Issue sending mail message from ASP.NET MVC application hosted on GoDaddy
I have a form on a MVC Web Application that is hosted over at GoDaddy that users can fill out and send to our office. I am currently testing it using both a Gmail account and a GoDaddy email account ...
0
votes
3answers
2k views
Unable to send mail using System.Net.Mail and GoDaddy SMTP
I have a site hosted on GoDaddy and have an e-mail account set up with my GoDaddy account that uses smtpout.secureserver.net as its outgoing server. I am trying to send an e-mail from my test server, ...
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 ...
1
vote
1answer
2k views
How to send email from an EC2 instance using GoDaddy's SMTP server?
SMTP is a whole new ballgame for me, but I am reading up on it.
I am attempting to send email from my EC2 instance using GoDaddy's SMTP server. My domain name is registered through GoDaddy and I have ...
0
votes
1answer
1k views
The server response was: mail server permanently rejected message (#5.3.0)
I send email on GoDaddy site ( from my .NET application):
mail.From = new MailAddress("email@email.com");
mail.To.Add(emailadmin);
mail.Subject = "Subj";
mail.IsBodyHtml = ...
0
votes
2answers
3k views
send smtp email through godaddy
So, I'm trying to send an smtp email from my website as a confirmation that their order has been place. The site is hosted on godaddy and I have no idea what's going on. I'm getting all kinds of error ...
5
votes
5answers
4k views
Sending email using a godaddy account
I'm trying to send an email using my godaddy hosting.
I've also given away the username and password (as you can see in the code) for the testing email account so if anyone has the time, can they try ...
10
votes
9answers
15k views
Sending email through gmail SMTP on GoDaddy
Is this possible? I am able to send through localhost, but on godaddy the email doesn't get sent. Has anyone managed to achieve this?
I'm using C#