Tagged Questions
The delivery tag has no wiki summary.
22
votes
15answers
10k views
What's the best CDN for image hosting on a high-volume web site?
Akamai is way too expensive. Photobucket is not reliable. Is there a great content delivery network that I can use just to host my images?
We deploy images programmatically via FTP, so there is ...
16
votes
21answers
1k views
How to react when the client's response is negative on delivery?
I am a junior programmer. Since my supervisor told me to sit in with the client, I joined. I saw the unsatisfied face of the client despite the successful (from my programmer's perspective) delivery ...
6
votes
6answers
280 views
How to prove my stakeholder and manager my software works?
What do software engineers encounter after another stressfull release? Well, the first thing we encounter in our group are the bugs we have released out in the open. The biggest problem that we as ...
4
votes
7answers
362 views
What does it take to deliver a software product? [closed]
Many of you must have been part of team which successfully launched products. What lessons you learned? Is there good literature out there which I can read?
I was just reading this wonderful article, ...
3
votes
5answers
2k views
How To Test Email Deliverability - % In Junk Folder
Does anyone know a good tool to test whether your emails are going into spam folders?
My web app generates emails to users, and I've been getting a lot of reports back from people saying "hey, no one ...
2
votes
2answers
276 views
Continuous integration server beginner
I'm trying to setup a complete CI server, but i struggle on some points.
Currently, my system work as follow :
I commit local changes on my local GIT repository, then push to the GIT repository on ...
2
votes
1answer
1k views
Android SMS Message delivery report intent
Android isn't firing the delivery intent when sending a text message. I'm testing this on Android 2.2 on the HTC EVO 4G.
This is the current code. I'm seeing "SMS sent intent received." in the logs, ...
2
votes
1answer
548 views
Clearcase UCM - Cross delivering vs. delivering upwards?
We have two Clearcase UCM streams in a hierarchy at the same level (i.e. same parent stream). If the two child streams are both rebased to the same parent baseline, does that mean that
Delivering ...
1
vote
1answer
44 views
Manually undo delivery in ClearCase
I currently have a jacked-up delivery from a child stream to a parent in ClearCase. If I try to undo the delivery it tells me I can't because the "integration activity has checkins" or "checked in ...
1
vote
0answers
77 views
Email piping - local delivery failed
PROBLEM FIXED
We fixed this problem, by putting
Like so:
#!/usr/local/bin/php -q<?php
I'm setting up an email piping system on a cPanel server.
The code I'm using works on one server (also ...
1
vote
3answers
148 views
How to make delivery task plan/schedule based on individual task estimates
I am wondering, how "real" work day (7-8 hours) relates to "engineer hours" term used in estimation of the time necessary for completion of some task. I think that estimated effort in EH (if correctly ...
1
vote
1answer
54 views
In an email campaign, how can I programmatically track deliverability?
Services such as Pivotal Veracity, Email Advisor, and Return Path provide reports of how many messages in an email campaign were routed to the inbox, spam, and junk folders.
We use a system developed ...
1
vote
1answer
137 views
receive delivery list of send mail in django
I want use send_mass_mail() in django and then want receive list of delivery mail
list with email address and problem for failed or delivered ok status
how i can make this modules ?
1
vote
1answer
297 views
Secure/protected content distribution for Android app
here is my scenario: I need to distribute optional content packages for an Android application in a secure/protected way, i.e. prevent download of the content from outside the application. The content ...
1
vote
1answer
692 views
Rails: Controlling the logging and sending of emails in different environments
In a Rails application I set up a new staging environment with the following parameters in its environments/ file:
config.action_mailer.perform_deliveries = true
...
1
vote
1answer
417 views
java for kannel delivery report
I have successfully wrote a class for sending SMS over kannel in Java. But I have big problems to write a delivery report class. Any idea how to write it?
1
vote
0answers
621 views
Unable to send mail using JAMES mail server?
I have setup JAMES email server on my local windows system. Now I am trying to send mail to my yahoo account but I am getting the following error
13/11/10 12:39:56 INFO James.Mailet: ...
1
vote
1answer
149 views
What are good deployment and release strategies for a shared runtime environment?
Bonjour.
Status Quo
For our customer we are developing some libraries and applications that run as "modules" within a larger application that is delivered as a internal Java Web Start application. ...
1
vote
3answers
2k views
How can I recieive confirmation for delivered email with JavaMail API?
I'm writing a program, that sends email messages and want to know when the receiver receives the email message I've sent to him. How can I do this using JavaMail API?
If I use SMTPMessage, how ...
1
vote
1answer
175 views
dynamically changing ActionMailer::Base.delivery_method
I need some of my emails to go using "smtp" and some others using "sendmail". Is there a clean way to switch between delivery methods depending on the mailer method?
Thanks!
1
vote
1answer
278 views
How to display failure message if the mail is not delivered to recipient using c#
I am sending a mail using SMTP server in C# from my application. Whether the mail is delivered or not to the recipient, i need the response to our application.
How it can be done using C#???
1
vote
4answers
95 views
updating an existing asp.net website kicks off users
When I update an ASP.NET Website [note: it's not a Web Application] running on a customer server by overwriting it with the latest version it currently kicks all the users off.
I'd prefer to be able ...
1
vote
1answer
533 views
Openx Ad Delivery Issues
My System
Apache 2.2.9
PHP 5.2.9
MySQL client version: 5.1.28-rc
Openx v2.8.5
I am using the javascript single page call to serve my ads. I am running an in house CMS where everything is ...
1
vote
1answer
80 views
WSDL - at what stage of the project would you expect delivery?
I'm working on my first project using an external supplier, who will develop some web services for the company I work for.
My question is - at what stage of the project lifecycle would you expect the ...
1
vote
5answers
119 views
The effects of design on application delivery time
Some developers when given a task go straight into the IDE and start coding with very little design. They may have an idea of where the application is going as they are coding. I am 1 of these ...
1
vote
2answers
1k views
Report subscription for email delivery in SSRS
I have an SSRS report . I tried to create a subscription ansking an email delivery of the report to my mail account. but it fails giving this error message "The email address of one or more ...
1
vote
3answers
114 views
Methods of deliverying information to customers?
We have a shipping department, and we are implementing some cubing software to tell us what box our products should get shipped out in.
I naively thought that the selected box name should be ...
0
votes
2answers
21 views
Prestashop - Multiple Delivery Addresses
Does anyone know if Prestashop is capable of having delivery options for each product in an order, similar to how Magento deals with this?
Any Modules available or experience on building this feature ...
0
votes
1answer
30 views
smpp delivery report
how to check for the delivery report of the sent message. I am using php and i have the smpp account, Can somebody help me with the checking of delivery report.
Will I get an delivery report as ...
0
votes
1answer
82 views
Send multiple mails in one deliver command?
i try to send multiple mails in one single .delivercommand. my mailer method looks like this:
def feedback_mail
@verteiler = ["foo@bar.com", "bar@foo.com"]
for v in @verteiler.sort
...
0
votes
0answers
81 views
421 RP-001 (BAY0-MC2-F43) emails not being delivered [closed]
Of late I have a problem with the subjected error code - Emails are not being delivered. Tried to send using Windows Live Mail client as also through AOL webmail to a hotmail ID as also another ...
0
votes
0answers
143 views
how to query mms delivery report in android
guy,
I am developing an mms-related app, but was stuck in finding the right way to obtain mms delivery status.
By looking through android mms source code, I found that PushReceiver can catch ...
0
votes
1answer
166 views
SSRS 2008 Report Subscription Emails Randomly Receiving Delivery Extension Loading Errors
I have created 3 reports and have set up daily subscriptions for them to each be emailed to a list of recipients.
When I look at My Subscriptions, I see the message "The delivery extension for this ...
0
votes
0answers
8 views
Help finding tutorials or articles in implement a flexible delivery matrix!
i'm currently building an eCommerce site, and was looking for to implement a flexible delivery matrix (this should cover as many methods as possible).
Please can someone point me in the direction of ...
0
votes
0answers
152 views
How to use DeliveryStatus (Javamail class) for reading delivery status notification?
I send email confirmation for registration. I want get, into my gmail inbox, the DSN messages. Then I connect to my inbox (imap protocol) and I want to look the DSN messages and matching them with ...
0
votes
2answers
202 views
Question about Unsuccessful delivery reports in sending bulk Emails
I have database of approximately 10k users who have subscribed for newsletters. I am changing my site from asp to php. I am sending newsletters by cron job. I want to track the record of unsuccessful ...
0
votes
1answer
627 views
Android : send an sms without the delivery report
I used this good tutorial http://mobiforge.com/developing/story/sms-messaging-android
for sending sms in my android app.
If i do not want the provider to send me the delivery report when sending a ...
0
votes
3answers
111 views
How should I start this project?
I am trying to start from scratch a website that has similar functionality to grubhub.com. Fundamentally, a website where restaurant owners can come on to the website, post their menu and most ...
0
votes
2answers
62 views
Sending emails within web applications
I build various web applications in PHP. Clients usually have the need for sending either email notification to users or internally.
I am plagued quite often by cleints phone or emailing saying "joe ...
0
votes
1answer
116 views
Send custom instructions (or fields) to Google Checkout
Is there a way to add a "Notes" or "Delivery Instructions" field to a Google Checkout post? I'm using the Custom Cart HTML API and it's worked out great so far except that I want to include a section ...
0
votes
1answer
85 views
0
votes
1answer
56 views
Delivering presentation of software [closed]
This is a general question. I am a student on placement for a year and i have been working hard on a really big bit of software (big for a student at least!)
The software is currently at a proof of ...
0
votes
1answer
130 views
Dealing with transactional emails going to spam from an old domain name
We got a great five-letter domain name for our web app, but we're inheriting a legacy of spam being sent from that domain. And hence, Gmail immediately dumps all transactional emails into spam. This ...
0
votes
1answer
35 views
Progressive enhancement or separate markup
I'm not sure the title is the best possible, but I can't think of something perfectly descriptive. Here is my scenario.
I have to build a web portal which will employ all the "bells and whistles" ...
0
votes
1answer
113 views
Tracking email deliverability using our own mail server
I am trying to find out a way to track what the delivery rate of mails sent from our ESP is. I am aware of services like AWebber, but I was trying to find out a way to track complaints from the mail ...
0
votes
2answers
668 views
Cost of using PowerMTA
I'm considering using PowerMTA to deliver emails, handle bouncebacks etc. I have a multi-client CRM solution and I want to offload the complexity of the email infrastructure. Does anyone have any ...
0
votes
1answer
525 views
Symfony sfMail not delivering emails
somehow sfMail doesn't want to send emails and I can't find the reaseon why. send() simply returns 0, here is my code:
$message = $this->getMailer()->compose("my@email.com", "some@one.com", ...
0
votes
2answers
54 views
What is better pratice for error notification by email
This question is language independent.
I have an application that handles requests in a loop. During this loop for each request multiple actions are taken. These actions are sitting inside try / ...
0
votes
6answers
4k views
Open source alternatives to Port25 (PowerMTA)
I'm trying to find some open source alternatives to PowerMTA - specifically a mail delivery backend that handles email delivery, inbound bounces & replies, reporting & load balancing.
I'm ...
0
votes
10answers
292 views
When must you use poor design to finish a project?
There are many different bad practices, such as memory leaks, that are easy to slip into a program on accident. Sometimes, they might even be able to jury-rig your program together.
I'm working on a ...