Tagged Questions

0
votes
4answers
40 views

Mass emailing users of a rails app

I have a rails app that just launched and I have over a thousand users signed up to the site. We are interested in keeping in contact with the community through email newsletters. …
0
votes
3answers
33 views

how can i add my own header to yahoomail ,gmail etc., ?

i want to send a mail from mail account to another with adding a template(an image), actually i want to develop a site like fabusend , branding email. I'm little bit close to it bu …
2
votes
3answers
78 views

How can I accept mail from only one domain in smtp-gated?

I need a Perl-compatible regular expression for filtering my email with smtp-gated. I only want to allow one domain ('mydomain.com') and reject everything else. How do I do this in …
1
vote
2answers
20 views

What is the proper way to send an email *directly* using the SMTP protocol? (bypass MTA on my end)

I need to send emails DIRECLTY to the recipient's mail-server, bypassing any MTA's on my end. I know there are some great reasons to use MTAs like sendmail, etc, so I don't need a …
0
votes
3answers
22 views

Email and Reusable Token URLs

I'm building a site that offers functionality to users without requiring them to register. The idea is to send an email to the specified address containing a link with a token. Tha …
2
votes
5answers
90 views

How to save an image from SQL Server to a file using SQL

Question In SQL Server 2005, I have a table with images (data type: image). Using only SQL, how do I save an image as a file (on the same server that SQL Server is running). If I …
1
vote
4answers
87 views

Are there .NET Framework methods to parse an email (MIME)?

Is there a class or set of functions built into the .NET Framework (3.5+) to parse raw emails (MIME documents)? I am not looking for anything fancy or a separate library, it needs …
3
votes
5answers
105 views

How much mail() function can be used in 30sec execution time?

I have to made a page which will send Email to Newsletter subscribers. There is more then 14000 subscriber. I want to use php mail() function to send Email to them. But I'm afraid …
0
votes
1answer
56 views

Regular Expression with quotes in javascript

i like to check this email address with javascript and regex. Beacuse of quotes and other signs.. there will be syntax error. i checked with firebug. now, can anyone send me a po …
0
votes
2answers
26 views

Character encoding problem with email format

Hi , I have a simple jsp form that the customer uses to send us emails. Though on some occasions the emails come through incorrectly formatted with the text =?ISO-8859-1?Q? sporad …
0
votes
2answers
39 views

How Can I Get The Email Sender Address

Hello, I'm developing a email manager application(like outlook) in C# and I want to do a reply function, but how I can get the email address of the user that sent the email that w …
0
votes
3answers
93 views

How do I send formatted text in email using C#?

Below is my code snippet to send email: MySqlCommand cmdsd; MySqlConnection conn; string s23 = ""; conn = new MySqlConnection("se …
0
votes
1answer
47 views

Avoiding email being marked as spam when sent through gmail mail server

Hi all (before closing based on the title, please read the bottom parragraph), I'm having some small issues with emails being sent out from the C#/ASP.Net webapp that I'm currentl …
0
votes
1answer
18 views

Blackberry - how to send email with attachment?

In my application, I allow the user to create an image. I then want to give the ability to email that image. The concept is simple, but the execution is a bit more complex. My f …
0
votes
1answer
25 views

emails as email.Message class objects in Python

How do I use poplib, and download mails as message instances from email.Message class from email module in Python? I am writing a program, which analyzes, all emails for specific …

1 2 3 4 5 86 next
15 30 50 per page