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…

Info Coral
- 1
- 1
-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…

user966754
- 1
- 1
-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…

Valentin
- 1
-1
votes
2 answers