Hi there,
We work in email marketing, creating HTML/TEXT emails for clients. In essence we design HTML email templates for our clients. Clients then post us content (via a form) to populate these templates before we send them out. Right now we do this manually, basically cutting and pasting the content from their submitted form into t...
Hi,
I am facing a problem regarding getting the drafts and sent mail folder programmaticaly in Java. Although I am able to get the inbox using pop3 and able to send mail via smtp, I am not able to get it done by pop3. Thanks in advance for your reply.
...
I'm building a workflow in Microsoft CRM 4.0 for an Entity E1. In this wf, I have to send an email. In the email, I have to print all entities of E1 that match certain conditions.
For example, it would be great the following mail:
Hi Carl, this is your list of account created until yesterday:
account1, info
account2, info...
If I write a PHP script to connect to an SMTP server (in my case, this is Postfix installed locally) and send an email, the first "received" header in the e-mail turns out as:
Received: from [SERVER_IP] (SERVER_HOSTNAME [127.0.0.1]) by SERVER_HOSTNAME (Postfix) with ESMTP id D682A34381 for <TO_EMAIL>; Thu, 5 Mar 2009 17:25:18 +0000 (GM...
We have our mail setup with google apps. We want to be able to run some regular expressions on incoming mail and process this information.
Is this possible today with Google App Engine? Does google provide some kind of infrastructure that can do this?
...
I'm working on a site that will send out a significant number of emails. I want to set up both header and footer text, or maybe even templates to allow the users to easily edit these emails if they need to.
If I embed the HTML inside C# string literals, it's ugly and they would have to worry about escaping. Including flat files for the...
I'm trying to build a sign-up form that will only accept .EDU e-mail addresses.
I also want to keep the AJAX functionality I have (using the "remote" parameter)
to ensure that the e-mail address hasn't been used before.
How can I do this?
...
This question is not directly programming related but I need my Server to pass Spam filters for my app to work properly. I talked to my ISP about rDNS and the guy from tech-support told me if I write an email with what they should add to my DNS record they would do that. My question:
What should I tell him to add if my hostname is "http...
What are the good email validation libraries for Java? Are there any alternatives to commons validator?
...
I'm using my Gmail Apps for Domain account to send email within my rails application for standard automated emails (user signup, forgot password, notify admin of new comment, etc), but I'm worried about the 500 emails per day limit set by Google.
Google suggests one way to overcome the limit is to use multiple user accounts.
So, I'...
Hi, I'm trying to figure out how to automatically link the email addresses contained in a simple text from the db when it's printed in the page, using php.
Example, now I have:
Lorem ipsum dolor [email protected] sit amet
And I would like to convert it (on the fly) to:
Lorem ipsum dolor <a href="mailto:[email protected]">[email protected]</a> ...
I have created a small daemon (basically a console application that hides the console and runs).
I need to send it to a user and have tried renaming the executable with a different extension, emailing it to the user, and having them rename it to the correct name.
This seems to work when I email it to myself to test it. However, when ...
I am right now doing some volunteering for a non-profit and want to help them choose and set up an email marketing solution.
What suggestions does the community have on Open-Source Email Marketing software?
Specifically I'm looking for the capabilities in terms of interfacing with the existing system (to pull some contacts) and to pr...
I'm using an Exchange 2007 pickup directory to send emails from my ASP.NET application with System.Net.Mail.SmtpClient. Thus I'm using SmtpClient.DeliveryMethod = SmtpDeliveryMethod.SpecifiedPickupDirectory. It sends emails fine, but then I noticed that BCC is not working at all. The file being placed in the pickup folder seems to have t...
I've created a custom workflow which creates a task item when the workflow is kicked off.
I've also created a few custom content types for the document library and task list.
For the document library:
First, I add a document library and configure it to allow custom content types. Then I add my content type, which is based off the d...
I'm hunting for a mail sending program which can be used with command line arguments.
Ive tried jaber's sendmail . Its really neat, but its unfortunately broken for SSL auth.
Any alternatives ?
(Oh yeah, I dont want to use perl :P)
...
I'm using Windows Vista OS.
PHP, MySQL as the database and Apache web server.
I want to send notification to those who want to join in my site.
But the problem is when I click submit. It doesn't send anything to the email address of the user.
What to do you think is the best solution for this?
<?php
$to = "[email protected]";
$sub...
Hi all,
what is the best way to send an email from an asp.net page?
I don't mean the code to actually send the message, I mean, for example, in my application, the lost password link sends an email to the user when a button is clicked, but if the smtp server takes 10 seconds to send the message, the user will wait the page to load for 1...
I have a .Net application. I want this application to send an email to me. How do I implement this without installing an SMTP server?
...
I was having a problem where my Dev cert didn't expand (was not linked) to my private key.
I tracked the issue down to a discrepancy in the email used to create my Dev Cert and the one keychain was auto-selecting when I installed my CSR that I created to make my Dev cert.
I verified this by examining the contents of my CSR as follows.
...