Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
202 views

How can i limit the number of mails sent using SmtpClient (System.Net.Mail) per minute in asp.net?

I've a requirement to send more than 20000 alert mails at one click and wanted to limit the number of mails sent per minute. Is there any inbuilt/alternate way that can be used along with SmtpClient ...
2
votes
3answers
250 views

Implementing an email server in java

What all language components will have to be used for implementing an email service system using java?
1
vote
2answers
326 views

Configure Mail Server to receive mail from any domain

I have a postfix mail server on ubuntu on my virtualbox,now the domain of the mail server is abc.com...hence it receives mail from any "from address" but the "to address" needs to be proper i.e a ...
1
vote
3answers
766 views

Working with a Java Mail Server for Testing

I'm in the process of testing an application that takes mail out of a mailbox, performs some action based on the content of that mail, and then sends a response mail depending on the result of the ...
1
vote
5answers
521 views

What do I need to send emails from my domain

I want to be able to send e-mail from my own domain (Domain.com) over Windows 2003 server, I tested my application and it's working alright on my local IIS. But I don't know exactly what's needed to ...
0
votes
0answers
48 views

Apache James and GMX - helo has been denied

I have a Suse 11.4 Server with Apache James 2.3.2 mail server on it and everything is working. But if I send a mail from James to GMX (Email-provider, www.gmx.net) it responds an error Hi. This is ...
0
votes
2answers
26 views

How do I send mail from my ruby on rails application?

How do i send mail on my ubuntu system. I need to send mail in my ruby on rails application but can't test, because mail isn't being sent. What do i need to do on my system. (now testing this app is ...
0
votes
1answer
37 views

Can I use my web server as mail server?

I have a dedicated Linux web server where my website is running like www.example.com. Now I want to start another service for my users and want to give mailing features like Gmail and Yahoo mail. I ...
0
votes
1answer
212 views

Send mail from a BASH Script and how to configure mail servers for Ubuntu

I have multiple (read 10s) MySQL slaves running in a LAN. Obviously, I cannot monitor them automatically from an external systems. So, I thought of setting up local BASH scripts that will send a ...
0
votes
3answers
85 views

creating an email account on mail server by mail api

I am creating a web application in which i need to create a form by which user can create an email id on mail server. This is like any email service provider do, like gmail(for creating an email ...
0
votes
2answers
87 views

What is the “Fully Qualified Domain Name” of an root server? [closed]

since one week i've a root server without a domain. in future i will host about 10 websites on it, so i started to prepare a mail-server. what is the "Fully Qualified Domain Name" if i haven't a ...
0
votes
2answers
768 views

Send over 1000 emails per day via gmail, amazon sns, or own smtp

I'm trying to code a mail sender service. Previously I built a simple desktop application which uses my shared hosting mail server to send html mails. But now it's not enough and I plan switching to ...
0
votes
1answer
351 views

Install Microsoft Exchange in a machine running windows 7 x64?

Can I and if not what is the best mail server can do that with machine running windows 7 x64
0
votes
2answers
220 views

What is the average capacity of a postfix mail server?

I appreciate there is no 'set' answer to this question. I am trying to assess the performance of our dedicated mail server for sending out emails. The server is of the spec below: 2G RAM CPU Xeon ...
0
votes
2answers
41 views

where can I download the source for hula?

I am looking for the source of hula (previously hula.org), but the site seems down. Does anyone knows where I can download the source?
0
votes
3answers
968 views

to send emails from Google appengine

I have a web server with Django(Python programming language), hosted with Apache server. I would like to configure Google Appengine for the email server. My web server should be able to use Google ...