Questions tagged [mailing]

153 questions
0
votes
1 answer

Error in SED command used in mailing script

i used this $ rc = system("sed -e 's/Monyear/$Month//g' < $Script_Path/Mailcontent.txt.template > $Script_Path/Mailcontent.txt"); in a mailing script i'm getting error like sed: -e expression #1, char 19: unknown option to `s'
user1630087
  • 811
  • 1
  • 7
  • 5
0
votes
3 answers

How to not get blacklisted, trash/spam moved for sending emails?

How to find my limitations and methods to not get blacklisted, trash/spam moved for sending emails? I have growing number of like 10000 e-mail adressess and e-mails that I have to send on daily basis regarding: user…
Szymon Toda
  • 4,454
  • 11
  • 43
  • 62
0
votes
1 answer

Mailing functionality in Wordpress Website

I am working on a horoscope website project which requires implementing a mailing functionality in the wordpress website. It requires these functionalities. It requires users to sign-up for daily horoscope newsletter A daily RSS feed should be…
anwartheravian
  • 1,071
  • 2
  • 11
  • 30
-1
votes
1 answer

VBscript multiple conditions

I'm not a programmer, just a little geek, but I'm trying to build up a vb script for a mailing software I use. It should write in the body of the email something depending on the non-numerical values present in two fields of the records of the…
-1
votes
1 answer

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 works - and yes, it does. The problem is, that…
-1
votes
1 answer

Mass mailing links changed

I have a problem with the links inserted in my mass mailing on Odoo 11 Community. The links that should point to external sites are modified and point to my Odoo domain. For exemple, https://github.com/odoo is changed to…
-1
votes
2 answers

How to fix a gap in two HTML tables in Outlook

Prueba
Javiera
  • 1
  • 3
-1
votes
1 answer

iOS Gmail shrinking font-size Mailing

i have this email and in iOS Gmail app some part of the text (bullets copy) the app is shrinking (i don't know how to call it) the font-size or something, somehow knows how to fix this? i've been trying everything, please help me,…
-1
votes
1 answer

How does default CSS properties (for certain elements) work on Email clients that does not support such properties?

I was reading about the CSS support in email clients just here. And, as you know, margin is sort of unreliable because of Outlook's lack of support (thank you Outlook). In case you don't know, by default, p includes a 1em top and bottom margin. So,…
-1
votes
1 answer

which email address should i use to contact the members of my website?

The question in the title is one of the three i have. So let's give more details about them. 1st How to send email to oneself ? I have a contact form in my website, from which users can send emails to me. I'm using the mail function of PHP to do so.…
codeless
  • 145
  • 5
  • 14
-1
votes
1 answer

Trying to set up mailing button VB

I have an Email button but I cant get it to work it is doing notng and i don really know why. `Private Sub Button2_Click_1(sender As Object, e As EventArgs) Handles tbsEmailRenewal.Click On Error GoTo Err_cmdEMailInvoice_Click If…
Richard
  • 179
  • 2
  • 10
-1
votes
4 answers

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. Thanks in advance.
Ender Wiggin
  • 13
  • 1
  • 4
-1
votes
1 answer

Sending Devise emails to custom address

I'm using Litmus for testing emails, sent by my website, and I'm trying to write a script that will send all the invite/confirm/reset password emails to Litmus-generated addresses, plus to probably couple more email IDs, to test layouts and…
Olga Scott
  • 61
  • 1
  • 3
-1
votes
1 answer

mailing list code for site that allows sign up and sign off

I've set up a website, but I don't know a lot of HTML or PHP. I have managed to get a mailing list sign up function into it, but I would like people to be able to remove themselves too. Is this possible? There's only one mailing list so all it need…
cianius
  • 2,272
  • 6
  • 28
  • 41
-2
votes
1 answer

Automatic Replace Rule for Word?

I have a Word document which I use for Mailings and it is linked to an Excel file. Lets say that this Excel file contains a Code (FA139, FA140, etc.) and I would like that the Word Document replaces the code with a string of text every time within…
Al Nikolaj
  • 305
  • 4
  • 13
1 2 3
10
11