Questions tagged [mailing]

153 questions
15
votes
4 answers

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 you've used to managed that? I'm sure I'm not…
Alex
  • 26,406
  • 5
  • 30
  • 36
10
votes
1 answer

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 to convert the mailing list to a RSS I was trying…
paranoio
  • 349
  • 6
  • 13
8
votes
1 answer

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 would very much like to use Outlook to be sure that…
OZ8HP
  • 1,443
  • 4
  • 31
  • 61
8
votes
4 answers

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 definite "this is the longest city name you could…
jcollum
  • 43,623
  • 55
  • 191
  • 321
8
votes
2 answers

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 done with Ramaze). I just need basic features,…
Pistos
  • 23,070
  • 14
  • 64
  • 77
7
votes
2 answers

How to make responsive

I am doing responsive mail and I need to make responsive td in table (without class or using media-query). Simply - I need on small devices rank the td under them.
Annie The Cross
  • 173
  • 1
  • 3
  • 9
6
votes
1 answer

javax.mail with HTML message + attachment not sending HTML message but sending attachment

I am using this code to send text/html content along with attachment but it's only sending attachment. package com.maling.sendmail; import java.util.Properties; import javax.activation.DataHandler; import…
g1ji
  • 1,099
  • 1
  • 10
  • 21
6
votes
6 answers

Java Mailing Logic: Could not convert socket to TLS

In one application, I implemented mail sending logic using java. I used smtp.gmail.com over 587 port with a valid gmail id and password. In development environment everything is working fine. But in production environment I need to use a different…
Shailesh Saxena
  • 3,472
  • 2
  • 18
  • 28
5
votes
2 answers

Send emails with Padrino in Heroku

I'm trying to send emails via sendmail in Padrino. I did the configuration specified here (Configuration and Quick Usage) But I always get the following error in the server log (on Heroku or localhost): app[web.1]: sh: Illegal option - app[web.1]:…
Luis Ortega Araneda
  • 865
  • 1
  • 12
  • 26
5
votes
6 answers

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' addr_3 = '5703 - 48TH AVE' adrr_4 = '5703- 48…
Eduardo
  • 161
  • 1
  • 3
  • 10
4
votes
0 answers

Added attachment from stream isn't readable when open it from mail

In blobs, I have generated xlsx report that I can read. I want to send this report in mail. For this I am using SendGrid. I get this report as stream from blob, create Attachment and try to send it in mail. As result I receive mail with attachment,…
demo
  • 6,038
  • 19
  • 75
  • 149
4
votes
2 answers

Does Mailgun.js offer the possibility to send a template?

So MailGun offers the possibility to send email via their Node library that implements their API: var mailgun = require('mailgun-js')({ apiKey: api_key, domain: DOMAIN }); var filepath = path.join(__dirname, 'sample.jpg'); var data = { from:…
iuliu.net
  • 6,666
  • 6
  • 46
  • 69
4
votes
0 answers

HTML of Email content is not showing in Mailinator

So, As my Title Says I'm messing up with the issue of HTML Email. There is mails sending by my application to the mailinator's mail ids. the issue is it is not showing the HTML , No css (it is inline), No fonts. However it is showing perfectly on my…
cis Divya
  • 41
  • 4
3
votes
3 answers

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? How do I read and parse the returned…
Sfisioza
  • 3,830
  • 6
  • 42
  • 57
3
votes
1 answer

Email Excel Range: Range to HTML with Hyperlinks

I'm using Ron de Bruin's RangetoHTML to automate an email which copies a range from excel to outlook mail body. However, the original code only paste values, but my range contains cells with hyperlinks. I have tried a few solutions I found online…
Ace_J
  • 87
  • 7
1
2 3
10 11