Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

22
votes
3answers
13k views

Is it possible to add an HTML link in the body of a MAILTO link

I have not had to mess with mailto links much. However I now need to add a link in the body of a mailto if it is possible. Is there a way to add a link or to change the email opened to an html ...
16
votes
4answers
4k views

Sending emails in Node.js?

I recently started programming my first node.js. However, I discovered that I am unable to create a contact me form that sends straight to my email since I can't find any modules from node that is ...
11
votes
4answers
587 views

How to conduct legitimate email campaigns

We are working on a project that requires us to allow users to register to receive email notifications of certain events. There will potentially be tens or hundreds of thousands of email messages ...
9
votes
7answers
737 views

Email integration

I was wondering if someone could help me out. In some web application, the app will send out emails, say when a new message has been posted. Then instead of signing into the application to post a ...
9
votes
12answers
3k views

Does your email client let you add custom headers programmatically?

I'm working on an anti-spam project (centmail) that involves having the sender use a client plugin that adds a custom header (as well as a signature, but that part's easier). The general problem is ...
7
votes
6answers
4k views

(Ruby) Getting Net::SMTP working with Gmail…?

Does anyone have any quality (and up-to-date) information regarding sending mail via Gmail using Ruby's Net::SMTP? I've seen several examples -- most dating from 2007 to mid-2008 and none of them ...
6
votes
5answers
286 views

Best way to obfuscate an email address

I'm creating an application that requires passing email addresses around in querystrings and linking to these pages in public documents. I'd like to prevent my site from becoming spambot heaven, so ...
6
votes
2answers
1k views

How to implement an email dropbox feature for web app?

You've probably seen web apps that have an "email dropbox". Users can send email to a special address like 'dropbox@123232.wepapp.com' and the message will be parsed and inserted into their account as ...
6
votes
3answers
1k views

Sending Emails in Sharepoint

I need to know what is the best practice for sending emails from my sharepoint webparts and/or customized features. Should I just use the normal .Net classes to send email ? or is their a better way ...
5
votes
1answer
895 views

How to pass dynamic data to email template desgined on sendgrid webapp ? :-| Sendgrid

I integrated sendgrid email service with my sample application. & also able to send email to user. But how to pass dynamic data to Email template design on sendGrid webapp? is there any way to ...
5
votes
2answers
340 views

What is the best mechanism for storing authentication settings in a WinForms app

I have an App that will send authenticated emails using System.Net.Mail and System.Net.NetworkCredential my question is how should I store the password that is needed to create a NetworkCrednetial ...
4
votes
3answers
694 views

Can't send mail with SmtpClient

Can't send mail. Here is my C# source: var to = "me@mycompany.com"; var subject = "test"; var body = "test mail"; var message = new MailMessage(from, to, subject, body); var client = new ...
4
votes
1answer
720 views

Send a photo from camera iPhone?

I already know how to access the camera in the iPhone but I do not know how to take a picture then email it. Anyone know how to do that?
4
votes
5answers
2k views

What is the easiest way for a Java application to receive incoming email?

Sending email is easy with commons-email, and with spring it is even easier. What about receiving incoming email? Are there easy to use APIs that allow to bounce emails, process attachments, etc.
4
votes
6answers
4k views

How do I send an email attachment using the designated client, programmatically from Java

I'd like to encourage our users of our RCP application to send the problem details to our support department. To this end, I've added a "Contact support" widget to our standard error dialogue. I've ...
3
votes
1answer
64 views

uploading pictures by email

I was looking for uploading photos by email documents (in php) but couldn't find good one. Is there any easy ways to upload pictures/photos by email? ie. steps, 1) on mobile devices, email a ...
3
votes
1answer
62 views

Importing csv-style text attachment from gmail into any kind of db/spreadsheet automatically?

Every hour, I get a csv style file (delimited by | (pipe)) delivered via email to a gmail address with a few rows of stuff like 12X98XJ|75.00|0.00||0.00|23.15 I'd like to automatically import ...
3
votes
3answers
288 views

How to create an Email Account in Cpanel via PHP? [closed]

I have a Server which supports to create more than 1000 email ids. I use PHP scripts to develop a website. Will I be able to create Email-ID's from my PHP Script ? Note: I have cPanel access to my ...
3
votes
3answers
58 views

.NET email interception

Are there any good frameworks or libraries that allow a .NET application to read emails from an Exchange mailbox, parse them for data like sender, recipient, subject, and body, and mark them as ...
3
votes
1answer
677 views

Is it possible to have HTML emails in osTicket?

I have an e-mail template that I use to send out account emails and I'd like to use the same HTML email template via osTicket.. is this possible?
3
votes
2answers
96 views

What is the most polished OSS ticket system?

I am particularly interested in solutions that do very well creating tickets from e-mail, and that allow replies to be sent back and forth via e-mail in a threaded fashion.
3
votes
2answers
2k views

Ruby Net::SMTP - Send email with bcc: recipients

I would like to use Ruby Net::SMTP to send email. The routine send_message( msgstr, from_addr, *to_addrs ) works well in my code for sending email, but it is not clear from this API how to send ...
3
votes
4answers
1k views

Send bulk email from SQL Server 2008

I am relatively new to databases,so please forgive me if my query sounds trivial. I need to send bulk email to all the contacts listed in a particular table. The body of the email is stored in a .doc ...
3
votes
3answers
295 views

Receiving Emails on Hosting Domain Email Id from any user visiting to site

I am trying to create a contact us page where visitor of the site can leave a message to site-admin. say I m running this site www.example.com and i have an id contact@example.com Now a new visitor ...
3
votes
6answers
2k views

How to send 1000+ emails per day using an ASP.NET Web site

We have a website that requires to send 1000+ emails a day to all the customers who opted for the alerts. In couple of months time we are expecting to raise our customer base to 5,000 and so we may ...
3
votes
4answers
2k views

How to integrate my Web Application with Skype, Gtalk of another IM system?

I want to be able to send reminders to my users, using their IM system of choice, very much like Remember The Milk does when it sends notifications. How can I do that? Additional INFO: I develop in ...
3
votes
4answers
844 views

Hosted Email for Rails App

I'm looking for an alternative to Google Apps for sending email from my rails app. (Google limits the number of messages you can send). Do most people roll their own, or is their a preferred ...
3
votes
3answers
1k views

How to open an email message using applescript?

I am writing a small applescript which retrieves all "unread" messages in the viewer and loops them. I have two goals to complete: I need to get the subject of each message and perform a regular ...
3
votes
2answers
1k views

How To Identify Email Belongs to Existing Thread or Conversation

We have an internal .NET case management application that automatically creates a new case from an email. I want to be able to identify other emails that are related to the original email so we can ...
2
votes
2answers
63 views

Adding appointments to your calendar through email notifications

I need an example for adding events to my calendars through emails. For example when I send an email to my clients regarding their appointment, i want them to have an option in the email that will ...
2
votes
4answers
62 views

Ruby on rails - need to send messages to emails at a particular time a week

This is a fairly complicated question. However i would like to know how i should go about with this project. I need to send emails to people once a week. However this has to be auto generated and sent ...
2
votes
2answers
121 views

How to handle incoming emails with multiple large attachments from a Rails application?

I need to setup a Ruby / Rails application which can accept incoming emails, the body of the emails will be ignored, each email will have one or more large attachments (graphics) up to 20MB in size, ...
2
votes
1answer
85 views

Update an email id using PHP

Is there a way in PHP to update an email id in a mail server if we have the access details of the mail server. The requirement is as follows. I am developing a community website which need a provision ...
2
votes
2answers
248 views

Django Email backend (keeps sending email from incorrect “sender”)

I have several instances in my project where I attempt to send an email within a Django view. I want to be able to hardcode the email sender within the view. When I try to do so, though, it ...
2
votes
4answers
346 views

Sending an Email through gmail SMTP Server (SSL)

I know there's a lot of example on how to send an email using C# but I am really running into some issues and I can't make it to work. I always get "Failure sending mail" error, Unable to connect to ...
2
votes
1answer
81 views

Invisible mailto: in org mode email links?

Out of the box in Emacs Org Mode, an email address example@example.com is not linked. mailto:example@example.com is a working link but is ugly. [[mailto:example@example.com][example@example.com]] is ...
2
votes
2answers
107 views

Alternative to Email Piping

I am developing a webapp that lets you update your account by sending a simple text email, then it sends a simple email back confirming it. This was working fine at my previous host, who had cPanel ...
2
votes
3answers
187 views

How to code for grouping email in conversations

...similar to gmail ! Now it's easy enough to lump them together when the subject is (almost) same with additional prefixes ( re:, re: re:, ... ) perhaps but you can include additional people when ...
2
votes
2answers
177 views

download gmail contacts

There are lots of script like invite friends script which requests users to provide their google/other account id and password and automatically downloads all email accounts and sends an email ...
2
votes
1answer
221 views

Sending mail with ASP.NET

I use the standard web.config 'mailSettings' as the backbone for my ASP.NET emails. However, I find it to being increasingly limited in capability. For example, I want to send emails from many ...
2
votes
1answer
233 views

Can I send git commit emails to multiple recipients?

I am using git's default post-receive-email hook. Is it possible to configure the script to send notifications to multiple emails? Please note that I do not want to use a mailing list. My project has ...
2
votes
1answer
305 views

Building a enewsletter sending system / avoiding spam

Firstly, I AM NOT A SPAMMER :) I am a legitimate developer, working for a company who is currently developing an enewsletter sending system for our clients. Now, we sent out a campaign for one of our ...
2
votes
2answers
862 views

save .msg format file with exchange web services managed API

I'm trying to use Exchange Web Services Managed API 1.1 to connect to Exchange and then find out if an email has been sent or received and save a copy of the .msg file to a folder on the disk. So ...
2
votes
1answer
3k views

Configure Gmail as SMTP in Xampp to send mail -Got Error.Why?

I am following this instruction and I got the same error like a first user comment.And I dont know how to fix this error. Short notes what I did. 1.Change the sendmail.ini and php.ini settings for ...
2
votes
1answer
116 views

Using GMail as an interface to my database

What if I choose to use GMail's awesome mail archive search capabilities on my database? What if, for every transaction that my database is responsible, I emailed details of that transaction to a ...
2
votes
1answer
442 views

How to retrieve and process Gmail data

I am doing a project that involves processing data from my Gmail history. Specifically, I want to generate a multi-page styled PDF that has a custom page for each of 100 or so people - showing data ...
2
votes
4answers
895 views

Dismissing a MFMailComposeViewController causes EXC_BAD_ACCESS

I'm displaying a MFMailComposeViewController like so: - (IBAction) contactUs: (id) sender { [Tracker trackContactUsPressed: [MFMailComposeViewController canSendMail]]; if ...
2
votes
6answers
245 views

Tool to send email from a DB

We are developing a webapp that needs to send out emails written in Java/Groovy. Currently, we are persisting each email to a database before we call the Java Mail APIs to send the mail to our SMTP ...
2
votes
1answer
71 views

Authenticating incoming email sender

I want to develop a system with which users interact by sending in email. Very much like most email discussion groups or like posterous. What checks should I apply to incoming email to make sure it ...
2
votes
3answers
350 views

Emailing an attachment in C# Windows application

We are developing a .Net Windows application in C# for commercial distribution. Objective I want to add a function to allow the user to email a file to any email recipient from within the ...

1 2 3 4 5 7