Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
6answers
591 views

strategies for finding duplicate mailing addresses

I'm trying to come up with a method of finding duplicate addresses, based on a similarity score. Consider these duplicate addresses: addr_1 = '# 3 FAIRMONT LINK SOUTH' addr_2 = '3 FAIRMONT LINK S' ...
4
votes
1answer
1k views

How to read a mailing list as RSS

I'm subscribed in a mailing list that I use only as reference for developing and I'm trying to read it with my RSS client but the mailing list doesn't provide the RSS. So I thought it should be a way ...
3
votes
3answers
141 views

Handling undelivered emails using Zend Mail

I'm sending newsletter using Zend Mail. I have used setReturnPath() to put all undelivered mail notifications in one place. And what now? How to get the list of addresses which were unreachable? ...
3
votes
12answers
359 views

How to code html mailings?

I'm preparing to send mass email to customers which is in html + images. What are general rules to do make it display correctly in most popular mail clients? EDIT: Well it's for my customers - ...
3
votes
5answers
263 views

Best practices to follow/read large mailing-lists?

You're probably a lot to be subscribers to various mailing list, some more updated than others. What are your best practices to follow all information going by these lists? What are the best clients ...
2
votes
1answer
107 views

Creating a mail with attachment in Outlook and displaying it

I want to create a mail with attachment in Outlook and display it before sending it, but I think I have tried almost every sample I have found on the net without any luck. I could use Indy, but I ...
2
votes
2answers
51 views

detect that an email is sent to a mailing-list

My application sends mails containing an authentication token. The user which receives the mail clicks on a link and is directed to a webpage. The app recognizes him. The problem is that sometimes ...
2
votes
2answers
47 views

Do you still need to dispose attachments in .net v4 System.Net.Mail?

With .net v3.5 or less it was required to manually dispose attachments after sending an email using SMTP client, is this still required in .net v4?
2
votes
4answers
845 views

how would I go about finding the longest mailing city name in America?

The longest city name I was able to find (that had a Zip code) was "La Canada Flintridge" which is in CA. I found that haphazardly via google. For testing our mailing addresses, I'd like to get a ...
2
votes
2answers
696 views

Ruby: Mailing List library or gem

Can anyone recommend a good gem or library for managing a mailing list with Ruby? No Rails solutions, if possible, please (I don't want to have ActionWhatever dependencies, this will most likely be ...
1
vote
1answer
296 views

Trying to print Avery L7173 labels with PHP

I need a solution to produce mailing labels (Avery L7173) for a list of 2500 address entries. On the backend we have Linux Server with PHP. Python is an option. No X window. As we have never done ...
1
vote
3answers
102 views

.Net Mail Duplicates

I am facing a weird problem in production, not happening in Local machine. I hosted an application in godaddy that has a aspx page where it collects the email addresses from the text fields ...
1
vote
2answers
86 views

help with inline images/mail with cron - php?

I've got mailings that need to be sended using cron. When I load the script manualy all works fine. With cron i get broken images. to change the src of my img i used: $body = ...
1
vote
2answers
90 views

Mailengine with .NET API

I am looking for a mailengine that supports Sending emails Catching bounced emails Support read confirmations Show reports of mailing statistics (how many received/bounced) Expose everything ...
1
vote
4answers
283 views

Best way to input mailing/property address?

I'm looking for thoughts on two different ways of entering a property address (i.e. the address of house or business, not an e-mail address) on a web site. What are the pros and cons of separate ...
0
votes
0answers
23 views

MFMailComposeViewController canSendMail doesn't return right value in specific scenario

I found that [MFMailComposeViewController canSendMail] returns wrong value on application wake up from background after mail account was created/deleted. In my application there's some functionality ...
0
votes
1answer
32 views

Basic Confusion about ActionMailer RoR

I'm fairly new to Ruby on Rails and actually entirely new to website mailing. In a lot of example tutorials I see a "from" object assigned to, for example, "new@example.com". When I setup the ...
0
votes
3answers
97 views

Send 50 mails every 5 minutes with delayed_jobs

I try to create a mailing list feature in Rails which is based on delayed_jobs. For now I send mails by iterating over a users table and .deliver a mail to every mail address. how can i integrate it ...
0
votes
1answer
109 views

Symfony task mailing

I use symfony 1.4.11 , And I need to make mailing from task. I use this article. So I have next simple code for example: class mailerSendTask extends sfBaseTask { protected function configure() ...
0
votes
0answers
34 views

i need help to find drop boxes end time of TNT, DHL and USPS [closed]

i need to know end time of drop boxes in USA for those DHL,TNT, and USPS i find this USPS DHL but it doesn't help me
0
votes
1answer
157 views

mailing attached PDF from code

here I am again, with some trouble. I want to send an email from my app with a pdf attached, so I did the following: - (IBAction) sendMail:(UIButton *)sender { MFMailComposeViewController ...
0
votes
1answer
50 views

sfDoctrineAplly plugin mailing

I ose symfony 1.4.11 and sfDoctrineApply plugin. When user register,or change his password, he get an email. In debuger I see next: Configuration Delivery strategy: none Email sent Please verify ...
0
votes
2answers
133 views

.Net Framework: What are the available methods for providing mailing services? [closed]

I need to provide mailing services in my applications. I am aware of using SMTP servers and the SmtpClient in providing mailing services in .net. However I would like to know if there are other ...
0
votes
2answers
67 views

I want to use mailing list in my website can any one suggest me simplest php free open source mailing list

I want to use mailing list in my website can any one suggest me simplest php free open source mailing list. feature I need 1) automatic mail sending 2) track bounce mail
0
votes
0answers
17 views

How navigate mailing list archives [closed]

Maybe somebody know how improve usability of any mailing list archives ? For now, i need to found "next by thread" message & press link with mouse. It will be very useful if there any 'plugin' ...
0
votes
0answers
80 views

Database architecture for personell with rating system

I'm putting togther a database for my company with a rating system for the employees. To speed up the current process of employee-selection. The idea is as follows: In the database all employees are ...
0
votes
1answer
91 views

Will I have problems if i implement a newsletter using PHP $mail?

I mean, i'n the long term, when i have many accounts (10,000+), will send them all? Or better i find a 3rd party open script for this? thanks!
0
votes
1answer
133 views

simple mail list connecting to database

I am currently trying to create a mail list that stores emails into an existing mysql database after a first name, last name and email has been entered and a submit button has been clicked. Once this ...
0
votes
0answers
16 views

Printing and mailing member cards

We want to mail our members personalized cards with their account ids. The process must be automated via some API. Click2Mail.com almost has this, but not for business-sized cards. Does anyone know of ...
0
votes
1answer
148 views

Implement a Mailing List System

I am doing some research on email marketing and mailing list system. One of the email marketing companies in the market is Aweber (http://www.aweber.com). I can see one of the technical problems to ...
0
votes
1answer
165 views

Mailing list replies to go only to the sender, except when reply-all is used

I am working on a PHP based mailing list using PHPmailer. Currently I have implemented two options for answers to mailing list posts: reply to sender only Vs reply to list. This basically controls ...
0
votes
1answer
64 views

asp.net NetworkInformationException on sending mail - what can be the reason?

SmtpClient smtp = new SmtpClient(smtpServer); smtp.Send(msgMail); On second line sometimes this exception is thrown: System.Net.NetworkInformation.NetworkInformationException: with Message: "A ...
0
votes
2answers
837 views

Best way to send mass email to my subscribers ( BCC or PEAR mail queue ? )

I need to send email to my 5000 subscribers. What is the best way to do this ? 1) By using BCC ?: $from_addr = 'myemail@example.com'; $mailing_list = 'sub1@example.com', 'sub2@example.com', ...
0
votes
5answers
263 views

PHP based in-website mailing system

I know this question is rather vague, but how do I proceed about creating a php based in website mailing system in a community website? Any input would be appreciated. I don't know how to start. ...
0
votes
4answers
165 views

Testing website mailing locally

I'd like to test password recovery and similar email related features for a website. I'm using PHP (cakePHP framework) and the syntax seems easy enough but I'm unsure of the email server setup. I've ...
0
votes
2answers
1k views

How do I read/retrieve emails received by local postfix, through python

I am using postfix in my production server which will receive all the emails related to mydomain.com In this context, I want to forward only emails related to few users to different email addresses. ...
-1
votes
1answer
62 views

C#: Windows auto-mail service doesn't work

I wanted to create simple service, which would periodically download a list of e-mail adresses and send them e-mails. I started writing the service, and before that I tested, if the e-mail sending ...
-4
votes
1answer
50 views

pg-mailinglist.pl simple perl mailing list

I don't know perl very well. I have got this script from the raynette.fr site and the script works fine. The problem is that after the client makes the subscription, the script shows a page that ...
-5
votes
1answer
95 views

Looking for a simple messaging / intra-site webmail / inbox [closed]

I'm looking for a simple way to communicate messages to users on the website, instead of sending email. I'm thinking that users each have an inbox for messages on the website. Similar to a PM system, ...