Questions tagged [mail-server]

A mail-server (or mail transfer-agent) is a program which accepts emails and forwards them to other mail-servers using a client-server architecture normally the SMTP protocol is used for this.

Implementations

Useful links

597 questions
0
votes
0 answers

How to declare website URL for email confirmation?

My site URL is http://www.qadenza.site90.com Inside php configuration file, I have a line for declaring the site's URL. So I wrote DEFINE('WEBSITE_URL', 'http://www.qadenza.site90.com'); But smtp (i.e. mail) server does not send me a confirmation…
Alegro
  • 7,534
  • 17
  • 53
  • 74
0
votes
1 answer

How Fetch Emails From A Specific Email Address On My Mail Server With C#

i created a mail server for myself using hmail + roundcube + windows server 2008 - r2 installed on a vps! every thing is ok about them and now i want to fetch emails from a specific email address created in hmail! how can i read all those inbox…
SilverLight
  • 19,668
  • 65
  • 192
  • 300
0
votes
1 answer

How can I set the subject of a bounced email?

When sending an email, is there a way I can control what the subject of the bounced email will be (in the event that it bounces and is not deliverable). Basically, I can control where the bounced email will go using the Return-Path header, and I'm…
Nightwolf
  • 4,495
  • 2
  • 21
  • 29
0
votes
1 answer

How to retrieve all or matching email addresses from a mail server using java mail API?

I am trying to implement a feature in the email client that we are developing to find the list of email addresses in a particular domain, once the end user keys in the first 3 letters in to/cc/bcc box. Since the mails will be sent only to one…
Shan
  • 521
  • 2
  • 8
  • 28
0
votes
1 answer

Ruby on Rails: How to connect to a mailserver with 'ehlo' instead of 'helo'

I have a SMTP server that needs to authenticate with extended smtp (esmtp) and i can't find a way to make my rails app to authenticate with EHLO instead of HELO. any ideas ?
Lefty
  • 395
  • 1
  • 7
  • 17
0
votes
1 answer

Allow Email Interaction - Java Server

First of all, this is a kinda broad question, and I believe it belongs partially on Serverfault also, so bear with me. I tried googling and searching here, but only found parts of this question but not the whole idea of it. Here goes: My problem…
pertz
  • 394
  • 4
  • 14
0
votes
1 answer

Java mail with + character in email address

I'm using java mail to sent mail from my applcation, this is working for normal mail address those having alphanumberic in email part. But if i try to sent mail to email addresses like in format email+@domain.com At this time mail is sending to…
Gnanz
  • 1,833
  • 5
  • 24
  • 51
0
votes
1 answer

I'm using gmail server to send email in my xampp lite server, but i'm not recieving any emails

basically i followed this tutorial: http://egrasp.wordpress.com/2010/02/03/sending-email-in-php-using-xampp-lite-1-7-3-on-windows/ its a tutorial on how to setup gmail as your mail server in xampp lite. I followed all the steps exactly, even tested…
user1549397
  • 641
  • 2
  • 8
  • 15
0
votes
0 answers

Separating email server and application server

I have been assigned a task to separate email server and application server. I have little knowledge of server. I am using PHP. Earlier I use to send using phpmailer class. Now I have been asked to implement using PEAR and separating email server…
Liri
  • 19
  • 2
  • 6
0
votes
1 answer

Cannot figure out the IMAP mailServer for gmail

I'm making an application on android that retrieves emails from gmail accounts using JavaMail API. Here's my code: Properties props = new Properties(); props.setProperty("mail.store.protocol", "imaps"); …
himura
  • 1,555
  • 3
  • 19
  • 30
0
votes
1 answer

Connecting the reception for the emails to a java application

I created a mail server with Postfix and courier , and I create automatically virtual emails address for many clients , so I work with a mysql database to store these virtual emails to connect them to postfix . What I will do is sending emails to…
0
votes
1 answer

Plugin-enabled SMTP-Server to add filter-functionality

A few days ago, an idea came to my mind regarding a spam-protection technology. Therefore, I'm in search of an SMTP-server, which is able to be enhanced by filter plugins. Is anybody aware of an SMTP framework or a SMTP-server, which provides an API…
SteAp
  • 11,853
  • 10
  • 53
  • 88
0
votes
1 answer

How to send emails with my own email server installed locally

I have installed my mail enabled professional copy on the same server as php is installed (and wordpress) and I want to use the mail server when people enter emails forms etc. I started with looking on simple email scripts but they all have failed…
0
votes
2 answers

Receive an email from someone to localhost using PHP

I have a question about receiving emails. Using Ubuntu as the server, I have setup simple mail sending capabilities using the following command line: sudo tasksel mail-server This allows me to send emails using the command line: echo 'body' |…
oshirowanen
  • 15,297
  • 82
  • 198
  • 350
0
votes
1 answer

sometimes my mail server doesn't send the emails

I'm usign amazon cloud services to host my webpage. Our web site, actually sends a lot of emails per hour. In one instant our server could be asked to send 30 mails or more. Sometimes our clients complaint about not getting emails from the web,…
gvalero87
  • 855
  • 3
  • 15
  • 32