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
3
votes
1 answer

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 the email address that they registered with us.…
bigmike7801
  • 3,908
  • 9
  • 49
  • 77
3
votes
1 answer

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 able to email team-14@site.com and that email…
Alex Grin
  • 8,121
  • 6
  • 33
  • 57
3
votes
1 answer

How can I connect to Apache James' user repository and retrieve a list of users through Java code?

How can I connect to Apache James' user repository and retrieve a list of users through Java code? Is there a way using the Apache James api? Thank You Chris
Chris
  • 31
  • 3
3
votes
2 answers

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 to do this other than giving a…
Harun
  • 5,109
  • 4
  • 38
  • 60
3
votes
1 answer

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 input information my web application is generating…
vvursT
  • 441
  • 6
  • 13
3
votes
1 answer

IMAP email channel adapter throw exception "A5 BAD invalid command or parameters;"

I am using imap-idle-channel-adapter to receive emails in spring integration: A5 SEARCH NOT (ANSWERED) NOT (DELETED) NOT (SEEN) NOT (FLAGGED) ALL A5 BAD invalid command or parameters seems the imap server regard above commands as invalid, anyone…
Jackie Dong
  • 813
  • 1
  • 5
  • 20
3
votes
2 answers

How to filter emails using content and subject?

In my application(C#) i need to filter emails based on their content. If an email is a double-opt in need to send it to a specified email address if it's a normal email i should send it to another email address. I looked at the emails that come in…
Sorin Antohi
  • 6,145
  • 9
  • 45
  • 71
3
votes
1 answer

Mailgun - links are going in encrypted format in emails

Hope you are doing well. I am using your free api for sending an email but when I sends any email using my mailgun configuration in email I am facing below problem: In message suppose I am sending 'Click Here to Download' and wrap that string to…
Chirag Patel
  • 516
  • 4
  • 14
3
votes
2 answers

550 Requested action not taken: mailbox unavailable or not local

Have set up a small website for a client however contact form submissions are not getting through to their email address. The bounce back has this message attached: 550 Requested action not taken: mailbox unavailable or not local It sends without…
timothyclifford
  • 6,799
  • 7
  • 57
  • 85
3
votes
2 answers

Want to automatically process email attachments based on username and subject

I'm seeking advice about setting up an email gateway so students can email me homework and the email will be processed automatically. For example, if a studenta@univ.edu emails me with a subject of "CS208 hw1", I would cross check studenta in a list…
Rich
  • 12,068
  • 9
  • 62
  • 94
3
votes
4 answers

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 thread. How can I implement the feature, i.e.…
Henry
  • 32,689
  • 19
  • 120
  • 221
3
votes
1 answer

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" and "smtp_port" setting in php.ini or use…
pinky
  • 33
  • 1
  • 1
  • 3
3
votes
3 answers

Postfix transport_maps and virtual_mailbox

I'm trying to pipe one specific address to php script but it seems my transport_maps doesn't trigger, instead of it the virtual_transport is used. Here is what I have: @example.com is listed in virtual_mailbox_domains and the delivery to virtual…
Daniel
  • 403
  • 5
  • 9
3
votes
2 answers

How to write simple mail server in java?

I want to write a mail server, but I don't know how. Would you please give me some direction where to search for exmaples?
Johanna
  • 27,036
  • 42
  • 89
  • 117
3
votes
4 answers

How to configure environment to use JavaMail?

I need to send simple html-message with JavaMail. And when I tried to find some nice examples with explanations in the Internet, each next example made me more angry and angry. All those silly examples contain copied and pasted Java code which…
Roman
  • 64,384
  • 92
  • 238
  • 332