Method of exchanging digital messages from an author to one or more recipients.

learn more… | top users | synonyms (2)

1
vote
1answer
20 views

Incorrect Email validation hints

I'm not a big fan of email validation regexes as I myself have come across a lot of sites that have too strict regexes and as a result have not been able to user my preferred email. Basically I use ...
-3
votes
1answer
46 views

How to properly manage the sending of so many different bulk e-mails to the entire user base? [closed]

One of my PHP/MySQL sites is a social network and I need to send many different e-mails, including: 1) Event-based: E-mails sent when a specific action occurs on a user's account to notify them about ...
0
votes
0answers
16 views

How to open an email from text file [migrated]

I have some email saved as text files (with attachments embedded). I can open them with any text reader, but I can't access the attachments. Do you know any software able lo import such emails?
0
votes
1answer
45 views

get sent mails via imap

Does someone know how I can get all sent mails to specific user using AE.NET mail library? I've tried something like this: imap = new ImapClient(imapMailServer, username, password, ...
1
vote
3answers
73 views

Java Send mail failure, gmail with SMTP

I have written java code for send mail which is giving exception when i use port number 587 and is still running without stoping when i use port 465. I use Tomcat, and I do not know if there is a ...
0
votes
0answers
19 views

Show confirmation pop up after sending an mail from outlook

I have an requirement that says, I need to send mail through user's default mail program (say outlook) when the user has finished entering the email id and user clicks "send", a popup should show up ...
1
vote
1answer
34 views

Outlook web client html email images and ImageProxy.mvc

I'm having a problem with images in html emails in Outlook web client. When a you put a image like this: <img src="http://www.nortpalet.com/newsletter/green_btn.png"</a> Outlook change ...
0
votes
0answers
21 views

validate email address using regular expression validator [duplicate]

I m using regular expression validator ,I want to validate email address which can accept any language character. Example : kèdârTest@abc.com How to validate this email address using regular ...
0
votes
1answer
30 views

ASP Email - objCDOMail.Send server error

I have to build an email for for a basic website which has to be in ASP, which is something I know nothing about. I have built the form and it all seems to work error free up until the point where ...
-1
votes
0answers
35 views

Reading emails from server without javamail [closed]

I am new to java and trying to improve my programming skills . I am trying to write an pop3 client to read emails but I have a problem . when I sent the apop command server doesn't send me any ...
-1
votes
1answer
28 views

Sending email successful, but no email arrived [closed]

I referred this question (but used my company email server instead of Google email server) to send an email. Initially it worked. After a couple of weeks, I tried executing the same code. Now, I get ...
0
votes
1answer
46 views

Validate E-Mail with a Regular Expression in Java [duplicate]

I want to validate an E-Mail Address with a regular expression in Java. The format of the E-Mail Address is firstname.lastname@company.xx The E-Mail address don't contains upper case letters or ...
2
votes
2answers
37 views

Fail when sending email from bash using & (background)

When I'm sending an email using this command: mail -s "export CSV" -a calls.tar mail@mail.pl < text.txt > /dev/null 2>&1 everything working fine. But when I'm using & at the end of ...
0
votes
0answers
15 views

POP3 client featuring a Relational Database [closed]

I'm searching for a POP3 client software which saves the incoming emails within a Relational Database. Email attachments and embedded images should be saved as normal files within the regular file ...
0
votes
1answer
11 views

javax.mail.NoSuchProviderException in jira plugin

My email sending stuff was working fine before i executed atlas-clean. Now, i am not able send email from my created scheduler service and raising an error as below: ...
0
votes
1answer
17 views

How can I check if email or sms have been sent in Corona?

Hi there I need to know if there is any way to check the status of an e-mail or sms in Corona SDK. I need to be sure if the user sent the email or sms to give him a gift, an extra live or something ...
0
votes
1answer
17 views

How can I batch search a MySQL5 database?

I have a MySQL database on my web host holding a database of users. Within that database I store the email addresses of all customers. I have a customer list and a marketing list. I send out quarterly ...
1
vote
1answer
18 views

setting up email with domain (opencart)

I've started running a business online and need some help with correctly setting up my email accounts. Currently my website is hosted by 000webhost which isn't great but is doing the job at the ...
0
votes
1answer
39 views

C# email what's the point of setting it up in the web.config

I'm trying to get email working in my application. In my web.config I have: <system.net> <mailSettings> <smtp from="myemail@email.com"> <network host="A ...
1
vote
1answer
29 views

How to Detect Email Bounces with IIS 6 with C#

Just as the question says. I am using IIS 6 to send emails out from my Windows Server with C#. I want to detect bounces with C# from the SMTP email server. Right now, all the bounces get sent to a ...
1
vote
1answer
30 views

Ssl exception occurs when sending email

I am trying to send email through my java application. I am trying to send the email from the email account provided by the hosting service provider(cyberhost.in). Whenever I run the application I get ...
1
vote
0answers
10 views

xcode SKPSMTPMessage read email

I'm doing an app that lets you send and receive e-mail without having to use the native Mail app in iOS. To send the e-mail I used the SKPSMTPMessage. So far everything works (at least the only part ...
1
vote
1answer
25 views

Importing email files in Outlook programmatically

I have a directory full of email files I want to import into Outlook. These files should be, AFAIK, in RFC822 format. Opening them with Notepad++ shows the following and more plaintext Return-Path: ...
0
votes
1answer
34 views

Is an email form to dynamic assigned recipients and senders in Rails possible?

I'm creating Rails app as a guide to restaurants whereby information is displayed regarding each restaurant, menus etc. It is a supporting website to an iOS app. I would like to do allow the user to ...
-1
votes
0answers
22 views

Validate deliverability of yahoo email address with PHP? [closed]

I'm trying to write a class that will validate email addresses without actually sending a message to the user to determine if the mailbox can receive mail or not. I'm working with the following ...
0
votes
1answer
17 views

how do I know if my webserver becomes listed as a spamserver [closed]

I'm working on a app which sends notifications emails. I know this is stereotypical for spam servers. I know the first question ist "How can I ensure what my server will not be listed as a spam ...
0
votes
1answer
17 views

Drupal simple mail sending with cc and bcc

I have gone through the drupal_mail function and written the below code. It is sending the mail but without the subject and Body of mail. Can anyone tell me why is it so. Other part is how can I add ...
1
vote
1answer
12 views

Email API service with Sendgrid like API endpoints and Mailchimp like dashboard

We are looking for an email API service that allows us to send emails to specific users (not just list by list but user-by-user). Usually that would be considered transactional email and you would use ...
0
votes
1answer
28 views

Using PHP to send mails from my organisation's email id?

So, I developed this web application which needs me to send emails to everyone (details in a mysql database), providing a unique set of user credentials. I have a virtual server on the University ...
0
votes
1answer
23 views

How to get gmail emails in my website

Is there a way to get emails from gmail using some API for emails to go directly in front end of web application through some JSON api or XML format?
0
votes
0answers
44 views

Sendind E-mail on behalf of other user in VB.NET application

I have a VB.NET application, and I need the application to populate email account of the user's department instead of their personal account. I need to know if its possible to write a simple VB.NET ...
0
votes
1answer
9 views

How do I use an existing email server with WAMP?

I have a WAMP server installed on my computer. I am using it to develop my website. A few features of the site will involve sending mail. I have an actual web server with email. Is there a way to ...
0
votes
3answers
48 views

Get body text of an email using python imap and email package

I want to retrieve body (only text) of emails using python imap and email package. As per this SO thread, I'm using the following code: mail = email.message_from_string(email_body) bodytext = ...
-1
votes
0answers
7 views

Drupal 7 When a new user registers, where is the confirmation e-mail sent? [migrated]

Im using Drupal 7, when a new user registers an account I want to be able to approve/deny their membership and then allow them on the website as a registered user. When a new user registers, where is ...
1
vote
0answers
25 views

Use Sendgrid or mailchimp to send survey to 150 potential users for startup [closed]

I have collected 150 emails of users who are interested in signing up for my service when it goes live. I would like to engage them with a welcome email and ask them some questions in the form of a ...
0
votes
1answer
58 views

Table's border-right doesn't show in email template when viewed in Outlook

I have gone through a lot of threads, but I couldn't find something helpful. If that's a duplicate please point me to the relevant thread. We have created a custom RSS feed for one of our websites in ...
0
votes
1answer
15 views

Message in subject line [closed]

Just can see what I have done wrong here im geting the message in the subject line. and nothing in the message field I have very limited knowledge with php. $name = stripslashes($_POST['name']); ...
0
votes
2answers
40 views

pear mail, setting and using

I am a begginer, so please advise. Facts : try to use pear's mail and make it work. I installed pear, mail, and Net. I use Apache 2.2.22, PHP 5.3.13, Windows 7. The whole system is installed localy ...
1
vote
3answers
41 views

PHP can't send mail to webmail

I have a contact form in website that if you submit it will send to webmail. example : $isi_pesan = $message; $additional_headers = "From: ".$email."" . "\r\n" . "Reply-To: $email"; ...
0
votes
1answer
34 views

How can I encrypt form data from Contact Form 7 on WordPress?

I am using Contact Form 7 with Dynamic Text Extension on a WordPress site. The information does not get stored to a database, rather it is sent only via email. Is there a way that I can encrypt the ...
0
votes
2answers
54 views

Unable to send email with PHP

Ok, I'm seriously stuck on this despite having previously asked a related question and having worked on this all morning. The problem is basic - I cannot send email using PHP from a new app I'm ...
0
votes
0answers
18 views

Considerations when parsing an email with MIME type

I have a coding assignment where I need to 'parse an email' and parse essentially any email. I've got the basics down (no attachments, regex searching the header and all that) and I have the MIME RFC ...
-3
votes
1answer
64 views

PHP @mail returning false

This code is not sending email, and I'm getting no errors to indicate why. How is one supposed to troubleshoot this? $uid = md5(uniqid(time())); $headers= "From: " . $this->fromAddress . ...
-3
votes
3answers
32 views

PHP form going to different e-mail addresses depending on drop down selection [closed]

so I basically have zero experience using PHP, and I need to create a PHP form, that depending on the users' selection, will go to different e-mail addresses. For example the drop down would have ...
0
votes
0answers
34 views

Unable to send emails through Mandrill

I'm using Mandrill API for sending emails. I'm sending a webrequest to 'Send' method for sending emails. It is working fine in my local. When i moved the code into production server, i'm getting the ...
0
votes
2answers
28 views

Problems with more than four variables in mail() - PHP

I am trying to build a form which submit a copy to the form owner and the user. However when I try to insert a fifth variable into mail() it seems as if the last of the variables stops working: if( ...
-1
votes
1answer
35 views

Ye olde PHP email form returning blanks and no echoes [closed]

I realise this kind of question gets asked a lot, but playing around with this code and searching for answers online has yielded nothing helpful as yet, so I here we are! It's your classic php email ...
0
votes
4answers
67 views

Send an E-mail from a php code

I want to send an e-mail using a php code,I am using wampserver. an error appear : mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" ...
-5
votes
0answers
36 views

Code to send email from offline java application [closed]

I am working on a stand alone offline java application. In which I want to send email on event. Can anyone provide me java code to send email from offline application? Please? Thanks in advance!
-1
votes
0answers
46 views

Send email via exchange server using imap function in php

I want to send emails through our exchange server. So when the email is sent, it will get listed in the sent item of exchange. Just like IMAP emails accessed in Outlook Express. Basically I want to ...

1 3 4 5 6 7 321