Questions tagged [mailing]
153 questions
1
vote
4 answers
Best way to input mailing/property address?
I'm looking for thoughts on two different ways of entering a property address (i.e. the address of house or business, not an e-mail address) on a web site. What are the pros and cons of separate fields versus a single flexible multi-line entry…

Mike Scott
- 12,274
- 8
- 40
- 53
1
vote
1 answer
Mail range with formatting through vba in excel
there are lot`s of articles in the web, how to pass excel range in the outlook mail. So i am using the following code:
Set OutApp = GetObject(, "Outlook.Application")
If OutApp Is Nothing Then Set OutApp = CreateObject("Outlook.Application")
Set…

AlexSolovyov
- 487
- 2
- 7
- 22
1
vote
2 answers
sending email from php webform to address other than website host
I have developed a website hosted on 1and1 which has a webform for submitting contact information.
The client wants to retain his current GMAIL address for receiving the emails.
Can I use his email address in the php mailer settings? My…

Sico
- 1,183
- 1
- 10
- 16
0
votes
1 answer
Basic Confusion about ActionMailer RoR
I'm fairly new to Ruby on Rails and actually entirely new to website mailing. In a lot of example tutorials I see a "from" object assigned to, for example, "new@example.com". When I setup the emailing functionality on a localhost the RoR command…

Vivek
- 621
- 7
- 18
0
votes
0 answers
PHPMailer Couldn't connect
I wrote this:
require 'PHPMailer/Exception.php';
require 'PHPMailer/PHPMailer.php';
require 'PHPMailer/SMTP.php';
use PHPMailer\PHPMailer\PHPMailer;
use PHPMailer\PHPMailer\Exception;
$mail = new PHPMailer(true);
try {
…

Codeleek
- 1
- 1
0
votes
0 answers
AWS EC2 Wordpress Gutena Form - Sorry! your form was not submitted properly, Please try again later
I created an EC2 in AWS and installed a wordpress on it. Security group inbound ports are 22, 80 and 443 from my IP, outbound - everything. I'm trying to create a petition raising tool and I thought that I will collect people's support with Gutena…
0
votes
3 answers
Send 50 mails every 5 minutes with delayed_jobs
I try to create a mailing list feature in Rails which is based on delayed_jobs. For now I send mails by iterating over a users table and .deliver a mail to every mail address.
how can i integrate it into delayed_jobs, so it sends 50 mails every 5…

trnc
- 20,581
- 21
- 60
- 98
0
votes
0 answers
Python won't show PNG when trying to send email
I'm trying to get an automated email sent from Python 3.8 containing a QR code (PNG) to a user at the moment of registration (like a event ticket). I managed to send the registration data (full name, date, etc.) but the QR image generated by qrcode…
0
votes
1 answer
Sendgrid - account whitelisted and was suspended because of unexpected request behavior
Need Help, our account was logged out when one of my team member accidentally add an IP in whitelisted / allow-listed IP in IP Access Management. Already submit a ticket for the issue, but now they reply me with "Your account was suspended".
That…
0
votes
1 answer
SQL Delete sentence in one string that exists in another
I am using Microsoft SQL Server 2016.
I have two strings containing email addresses called @Recipients and @Copy_Recipients.
I need to cut out those emails from @Copy_Recipients that exists in @Recipients.
@Recipients =…

Simonsoft177
- 175
- 2
- 22
0
votes
1 answer
Symfony task mailing
I use symfony 1.4.11 , And I need to make mailing from task. I use this article. So I have next simple code for example:
class mailerSendTask extends sfBaseTask
{
protected function configure()
{
$this->addOptions(array(
new…

denys281
- 2,004
- 2
- 19
- 38
0
votes
0 answers
Powershell: SendGrid - Send to multiple recipients using specific structure
I had a previous issue where sending an excel file wouldn't work because it got corrupted but got that working thanks to some help. Now a new issue I have is that I don't know how to send to multiple recipients. The main issue is that my sendgrid…

Milan Patel
- 43
- 7
0
votes
0 answers
How to give custom name to Mailing letter in MS Word/Excel and save it?
I've been searching about this without success. I'm trying to generate different MS Word documents from a table in Excel. All settings seems to work fine but each document is generated with name "Letter1", "Letter2", ..., "LetterN" and are not still…

Ger Cas
- 2,188
- 2
- 18
- 45
0
votes
1 answer
Force email client apps to not remove table borders
I'm having trouble trying to get borders visible on certain mail client apps on Android and iOS. Borders are displayed corerctly on web browsers and Desktop clients like ThunderBird or Outlook.
Actual result on Android with Yahoo removing forcered…

Qu4k3
- 185
- 3
- 16
0
votes
0 answers
Problems sending email using QT via SMTP
I think am having trouble in the library i was told to add libcrypto-1_1.dll libeay32.dll and libssl-1_1.dll in the Debug folder of my project . Also i added network in my .pro file but still don't know what's going wrong.
This is my…

Yasmine Daly
- 116
- 7