Questions tagged [mailing]

153 questions
1
vote
1 answer

fill circle on depending on percentage ( mailing template )

I'm preparing a custom mailing, through php, and I need to prepare four custom circles, filled on depending on some percentages ( which I receive them dinamically ), so I need some html tags for do it: Firstly, I thought in canvas tag, but I read…
Elisabeth
  • 11
  • 2
1
vote
1 answer

Include/require not working - online payment script

I have very weird problem: I've created simple Wordpress based store. I sell e-books and send them via email. I use online payments and have plugin to work with them. It have build-in gateway in php file. I want to inject my code to this script to…
Maleficus
  • 65
  • 8
1
vote
0 answers

PHPlist - running it from localhost with tracking via live website

I've got a significantly large mailing list - 50K+ subscribers. To avoid stressing my servers, I would like to avoid sending emails through a components embedded on my website. Sending through here sends the CPU usage through the roof - so I'd like…
1
vote
2 answers

Unable to give condition to watcher for elasticsearch?

I installed watcher and giving the condition. While giving the condition its giving me error that... {"error":"WatcherException[failed to put watch [log_error_watch]]; nested: ScriptConditionValidationException[failed to compile script [return…
1
vote
0 answers

how to resolve java smtpclass bug in android

i want send email to a group of people with separate content ( ever person with a special content ). i use timer because i have a progressbar. this is my code : .............. .............. timer.schedule(new…
1
vote
1 answer

mail attachments using asp.net

I am trying to mail with attachments using asp.net. To do this I have done the following code: Default.aspx.cs: using (MailMessage mailMessage = new MailMessage()) { mailMessage.From = new…
user3305327
  • 897
  • 4
  • 18
  • 34
1
vote
2 answers

Adding recipient Groups to a CiviCRM Mailing via REST.. how?

I have been able so far to create a new civi Mailing object and populate it, but confusingly I can't see a parameter in that to specify the mail destination group. For context, I am dealing with Civi using pure REST api from a remote server. I have…
rivimey
  • 921
  • 1
  • 7
  • 24
1
vote
2 answers

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 =…
David Verhulst
  • 103
  • 2
  • 11
1
vote
1 answer

How to send an email with a form inside

Is it possible to send an email with a form inside ? We want to send an email to our subscribers with an input text inside the email to get a complementary information, I havn't seen this before, is it possible to do that ? If yes, which problems…
emurb
  • 147
  • 2
  • 13
1
vote
3 answers

Getting an html form on submit to email self using PHP

I have an html form where users will submit their contact information for us to get in contact with them. I would like to have all of this live on index.html, but I am not opposed to having to create another file in the folder.
samiracle
  • 25
  • 5
1
vote
2 answers

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 through an API that can be called using .Net Does…
Peter
  • 14,221
  • 15
  • 70
  • 110
1
vote
5 answers

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 looked around for a good tutorial but they aren't…
cardflopper
  • 976
  • 2
  • 12
  • 19
1
vote
0 answers

How to install Gmail apk on ADT emulator?

I'm working on an email app for Android, and I'd like to install the Gmail apk on my emulator in order to test it. How can I do that? I have seen tutorials on how to do it on windows, but I'm working with Linux. Thanks for your help!
user1885868
  • 1,063
  • 3
  • 17
  • 31
1
vote
1 answer

ReadTimeout and writeTimeout Exception thrown when attaching a file to calendar event programatically

When I am trying to attach file in My Calendar event through C# code for Outlook I am getting this error and mail is getting triggered but without the attachment. My Code as Bellow private static MailMessage MailMessageComp(DateTime…
Umakanta.Swain
  • 1,107
  • 2
  • 13
  • 24
1
vote
2 answers

iOS - Check pasteboard for valid Mailing Address

I am looking for some guidance for how I could check the pasteboard in iOS for a valid mailing address. If someone pastes 1234 Apple Street New York, NY 10011 It parses each part of the string to fill in Address, City, State and Zip. It could be…
Wes
  • 419
  • 1
  • 4
  • 18