Tagged Questions
The mailserver tag has no wiki summary.
5
votes
2answers
223 views
How to communicate with a mail server through a web application
I am really unfamiliar with mail servers in general so please excuse my ignorance.
I need to be able to administer a mail server through my Spring-based web application. By administer, I mean ...
4
votes
6answers
2k views
Mail server for JavaMail testing
I want to test JavaMail.
So i need a Mailserver.. i tested on localhost.
So are there any free Mailservers i can use ?
3
votes
5answers
87 views
Is POP3 protocol necessary to implement in mail server?
I'm currently researching how to implement a mail server in .net, I know SMTP protocol is necessary to follow its rules described in detail in RFC white-papers. But what about POP3? I want to write my ...
3
votes
2answers
393 views
simple mail server
I want to write a mail server would you please send me some links that help me for writing such a code?thanks.
2
votes
4answers
77 views
Sending mail to local mail server - “SENT: 550 The address is not valid.”
I am trying to send mail to my local mail server. I am using hMailServer as mail server and I have configured it as mentioned here:
Setting up local Mail (SMTP, POP3, IMAP) Server on XAMPP
But ...
2
votes
1answer
226 views
Script to move messages from one IMAP server to another
Our office uses 2 IMAP servers for e-mail, one is the incoming server and holds the recent e-mails and the other is an archive server. We mainly use Outlook 2010 and our current process is to ...
2
votes
1answer
108 views
How to make an email update the database?
I'm creating a site in PHP and MySQL that when an image is emailed to us at adress@example.com from someone's phone, I want the image to be automatically posted to their account page that is tied to ...
2
votes
1answer
69 views
Dynamic mailing lists
I have a website that manages schedules and rosters for a sports league. I'm about to add a feature that will dynamically create mailing lists for teams within the league. So a team captain would be ...
2
votes
1answer
272 views
Can cURL be used to send emails through a proxy
I would like to send mails from my localhost. I am connected to internet through my institute's proxy(HTTP) which requires authentication. Is it possible to use cURL to send mails, because so far i've ...
2
votes
2answers
565 views
workaround for the 990 character limitation for email mailservers
Wanted to know if there are any functions/classes/etc.. to help with the 990 character limitation for email as my HTML is being effected due to this.
The Problem: (Source)
Note that mailservers ...
2
votes
2answers
142 views
Call a php script whenever an e-mail is received?
What I would like is a service (preferably something not installed on a server like just letting a third-party handle e-mails but if a dedicated server is necessary I'll give it a shot) that allows ...
2
votes
2answers
151 views
Getting a response from the mailserver, if the email has been sent
We recently had the problem that important timed emails could not be sent by the mailserver but the Zend_Mail send() function didn't return false since the email was successfully delivered to the ...
1
vote
1answer
42 views
Eclipse doesn't recognize GreenMail in a Play project
I want to use GreenMail test suite for mail server testing in my play project in eclipse,but it doesn't recognize GreenMail keyword in my java class(test/default package/GreenMailTest.java)
I put the ...
1
vote
1answer
81 views
Apache JAMES behind NAT
I am having problems getting my mail server to work. It used to work fine when I was connected directly to the Internet but I had to move the machine and it is now behind a NAT router. I have setup ...
1
vote
1answer
320 views
c# imap/pop3 mail server
I have searched all over the web for a solution for this situation.
I created an application using a PowerTCP component to receive and change mails(Imap/pop3)
I created a new object for them and now ...
1
vote
2answers
80 views
PHP - Bulk mailing and checking for server responses
We send a lot of emails to a lot of our users (ranges in 20k+ per day). One of the major problems we face are invalid or dead emails - sometimes our users delete their accounts, change their email ...
1
vote
3answers
89 views
localhost wont connect to mailserver
public bool send()
{
try
{
string body = _omschrijving;
var fromAddress = new MailAddress("info@mydomain.com", "userfrom");
var toAddress = new ...
1
vote
1answer
27 views
Limitations and gotchas for email servers [closed]
I am working for a web-based company that sends large amounts of emails daily (status updates, notifications, etc). Currently we do this via a third part but due to several problems with the service ...
1
vote
1answer
78 views
Regarding mailserver installation on IIS 7 [closed]
i tried to send emails from my ASP.net 4 application, it did not work!!
it worked only on hosting server. so i need to install a mail server on my server. the problem is that i have a small intranet ...
1
vote
1answer
160 views
myname@localhost.com with JAMES
I just installed JAMES (Java Apache Mail Enterprise Server) and I am trying to use this as a mail server.
I am trying to create a mail ID myname@localhost.com and I want it to receive a mail from ...
1
vote
1answer
151 views
mailserver mock for integration tests inside cargo
I've got a web application i'm currently testing on different levels (junit tests, integration tests within cargo container running a tomcat, htmlunit etc.) and i'm facing a problem now.
With some ...
1
vote
1answer
274 views
Postfix and sending incoming emails to script instead of sending
I want to use Postfix to accept incoming emails and have it send them to an external Python script which parse them and add them to a database.
I read that this could be done via a Policy file.
My ...
1
vote
2answers
427 views
erlang mail server example
I need simple erlang mail server example. I find erlmail, but i don't find how to setting it.
Where can i find it?
Thank you.
1
vote
1answer
474 views
Linux: How to make a deamon/service usable with xinetd?
Anybody knows what changes are necessary for a server to work with xinetd ?
The server being a .NET mailserver that runs on Linux.
See the bottom of this post for reference:
Lumisoft Mailserver ...
1
vote
3answers
311 views
Integrate an E-Mail server into ASP.NET
I've a general design question:
I have a mailserver, written in C#.
Then I have a web forum software, written in for ASP.NET in C#.
Now I'd like to integrate the mailserver into the ASP.NET forum ...
1
vote
5answers
250 views
How to “Reply to this email to comment” like Facebook?
A forum-like app I'm working on will send an email notification to the thread starter when a new replied is received. It would be nice if the owner can just reply the email to add a new reply to the ...
1
vote
1answer
422 views
Failed to connect to mailserver at “localhost” port 25
I have a little problem.
When I click send on my contact form I get the following warning:
Warning: mail() [function.mail]:
Failed to connect to mailserver at "localhost" port 25,
verify your "SMTP" ...
1
vote
2answers
119 views
Which mail server would you choose to develop your product on top of
I am willing to build an email application which runs on the server side.
Not being familiar with any particular server I wonder if I can get some recommendations based on your experience.
I look ...
1
vote
1answer
571 views
Test php mail function on your localhost
I am not able to test mail() function on my localhost. I tried to find the same on web but did not succeed.
The main problem is with configuration of ArgoSoft Mail Server. Is there an alternative to ...
1
vote
2answers
393 views
How can i check whether my mail server requires smtp authentication?
I am here to find and suppy smtp credentials if required to the mail server. But how can i know whether my server requires it or not?
I am scripting in PHP and using PHPMailer
1
vote
2answers
744 views
Connecting error through javamail
I'm trying to connect to james server using imap protocol, but I'm getting following exception:
Exception in thread "main" javax.mail.MessagingException: Network is unreachable: connect;
nested ...
1
vote
3answers
1k views
How do I painlessly receive mail in linux and feed it to Rails?
I've been googling all night for postfix howto's, but still I couldn't figure out how do I manage to receive email on linux-server (being more specific - Ubuntu).
All I need is a catch-all mailbox ...
1
vote
2answers
590 views
PHP / Mail Server interaction
First, this question is assuming that there is a working method for interacting with a Mail Server in this fashion. If it's not, please feel free to let me know. Second, I'm relatively new to working ...
0
votes
0answers
10 views
Couriermail Maildir subfolders
Couriermail by default doesnot create subfolder such as ".sent" ".delete" and so on
everything is under /path/to/Maildir/ and some other 3 folders
tmp
cur
new
Is there anyway or configuration ...
0
votes
2answers
39 views
How to get the Reply Emails ? Need a Mail Server?
As i'm knowing just about PHP and don't know at all about Mail Servers, what i want to know here is:
How can i get the "Replied" emails (from the receivers) for the mails i've send (by using PHP, ...
0
votes
0answers
26 views
How to create a folder on a remote mail server using Java sockets?
I have a MDaemon mail server on a windows server ,and want to create a folder in this mail server from my client application remotely.
Unfortunately I'm new to network programming and have no idea of ...
0
votes
1answer
41 views
Controlling where “out of office” replies are sent
How do mail servers decide when and where to send "out of office"-type autoreplies?
It seems this is mail server dependent, so some will use a reply-to: address, others the From: and perhaps the ...
0
votes
0answers
25 views
Images in HTML email are shown as .txt files in inbox
For one of our clients I've created a HTML e-mail that gets send out to about 1000 recipients. On my system and all my test accounts (gmail, hotmail, yahoo, Apple mail, Outlook 2007 and 2010) the ...
0
votes
1answer
57 views
How to use GreenMail test suite in play framework?
Is it possible to use GreenMail test suite in Play projects?
If so, how to use it?
Is there any plugin? (I found a GreenMail plugin for Grails but none for Play)
Or does Play support mail server ...
0
votes
0answers
68 views
setting up mercury mail server in xampp
can someone please for the love of god, help me(step-by-step) on how to reset mercury mail server settings(i think i messed up the configurations after many attempts to get it configured) and setup ...
0
votes
1answer
93 views
Which mailserver with web interface for Ubuntu + Nginx + Passenger + Ruby on Rails?
I'm running a virtual server with Ubuntu 10.04, Nginx, Phusion Passenger and Ruby on Rails 3. And sending mails via my rails app is no problem, as rails makes it preatty is. But I also want to send ...
0
votes
1answer
243 views
How to start dovecot?
I'm building a web server to host multiple websites. I got everything working except the mail server. I'm using linode to host my vps and I've been following their tutorials. FYI, I'm using Ubuntu ...
0
votes
0answers
114 views
Mail server for a webmail application in play framework
I'm planning to write a webmail service(sth like a basic Gmail!) in play as a student project.unfortunately I'm new to play and know little about mail servers.
I wondered if there is some special ...
0
votes
1answer
67 views
Using LocalHost as Mail Server [closed]
I would like to install a local SMTP Server so that i can create a virtual domain and then create email address for that domain.
I would like to create SMTP details so that i can check the emails ...
0
votes
0answers
21 views
windows 2003 server MailEnable
I have 50 or more web sites on the server. All have their mailserver on mailenable. All of the web sites were created via Entrenix hosting panel. additional info: Two of the web sites have same ...
0
votes
0answers
45 views
How to setup my home email server [closed]
I have been hosting my Home Webserver and its working awesomely well. I have a static IP and I am using free DNS service by DNSExit.com. Now I want to setup my own Mail server as well on this machine. ...
0
votes
1answer
81 views
wrong sent email time, sent from postfix on ubuntu server [closed]
I am sending emails using Postfix mail server on my Ubuntu server, but sent time in the coming mail is not the time I have on my Ubuntu server .
It is showing 7 hour minus the actual time on server.
0
votes
1answer
57 views
Programmable/scriptable mail server
I have the following scenario:
Users send email messages to the special mail addresses (each address is associated with a user).
When the message arrives to the server I need to extract a certain ...
0
votes
1answer
97 views
Linux - Dovecot - not receive emails - Connection refused [closed]
I try install Mail server on Ubuntu, I've installed dovecot server.
telnet localhost 110
- correct
telnet mail.domain.cz 110
- correct
When I send email:
echo "Testicek" | mail -s ...
0
votes
2answers
77 views
Email Server Functionality with Java Web Application
I have a web application which has several users and each user will have some username which will be unique.
What I want is every registered user get a unique email id like when user xyz registers he ...