Quantcast
Channel: Active questions tagged email - Stack Overflow
Browsing all 29976 articles
Browse latest View live

decode error when retrieving email image links

I've the following script for automatic download image links that are present in specific mails:import imaplib import email import re from bs4 import BeautifulSoup import urllib.request # Connection...

View Article


Forward anything@alexanderhorner.de to anything@alexanderhorner.eu

I'm trying to forward mails from one domain to another, but it doesn't work. I already set up an mx record for alexanderhorner.de. What else do I have to do? (Specifally I want mails send to...

View Article


How to send an email with a formatted html table and message?

I am trying to send an email contains a fixed message and below it a formatted HTML table which gets the range values only if the total column "row[23]" is not empty, which means he's on shift.Simply I...

View Article

Is it possible to configure Laravel repeat attempt to send email in case of...

I have Symfony project and email component there keep trying to send an email until it wouldn't be send. In case of error while sending system just don't mark email as sent and next email sending...

View Article

Emails do not display recipients in To & Cc

I am trying to send email using smtplib in python 3.8 with my organisation exchange mailbox (Office 265), it works and emails do get delivered. However, the emails do not display the To or CC with...

View Article


How can i put woocommerce email field in a pop up form so when a potential...

I want to build my email list I think asking email when adding to cart is one of the best ways. Is there a code or an ID or class I can change. I coded my own add to cart pop up and I coded my own...

View Article

Post to social media by email

is it possible to post to twitter, facebook or instagram via email? I have a form on my website people fill out that included an auto-replies or manual reply system. I wanted to use that system to...

View Article

MongoDB PHP email unique [closed]

I have a beta signup form, I need to know how do I check to make sure the email address is not already in the database, and if it is not add it, if it is return a message.I am hoping I don't have to do...

View Article


Are high error rates (low delivery rates) caused by "SPF DMARC:...

Let's call my server "example.com". I send transactional emails via Amazon SES and am not aware of any problems there.For email campaigns (newsletters to 12k+ contacts) though, I use...

View Article


Gmail API decoding messages in Javascript

I am having serious problems decoding the message body of the emails I get using the Gmail API. I want to grab the message content and put the content in a div. I am using a base64 decoder, which I...

View Article

How to send an email using PHP?

I am using PHP on a website and I want to add emailing functionality.I have WAMPSERVER installed.How do I send an email using PHP?

View Article

I get a error "{ Error: Invalid login: 535-5.7.8 Username and Password not...

I am new in Node js and I try send a message like example to other e-mail and when I run the file in the terminal from linux I get this error:root@me:/home/memee/Desktop/test/NodeJS/mail# nano...

View Article

Image may be NSFW.
Clik here to view.

How Do I Add Inline CSS Styles To Gmail Email (SES sendRawEmail)?

I am using amazon SES to send HTML emails using the node.js aws-sdk library. Here is the js script that I'm using to send it:export const main: APIGatewayProxyHandler = async (event, _context) => {...

View Article


Send SQL query Result set to an email ID using Pentaho

I am quite new to PDI and I'm trying to do something as given below :SELECT table_names FROM schema.table_details WHERE last_run_date < current_date table_details have information about all the...

View Article

Copy Outlook mail (.msg) in windows folder

This code below create a folder for every e-mail that contains attachments. In the folder, we can find the attachments extracted and a word document. I would also like to have inside this folder a copy...

View Article


Mandrill merge variables for CC recipients not working

I'm using Mandrill's NodeJS Messages API to send emails, using merge_vars to be able to reuse the same templates easily for all recipients, and group messages in batches.While merge_vars work fine with...

View Article

Mandrill "reject_reason": "invalid-sender"

I'm trying to send emails using mandrill email service but I get the following error Full Response [ { "email": "someemail@somedomain.com", "status": "rejected", "_id":...

View Article


PHP nested 'if' code troubleshooting to check recipient and sender...

I'm just working through sending e-mails from form (XAMPP on MACOS) and hitting a snag when using a nested 'if' to check forwarding to recipient and sender. I borrowed some code from other similar...

View Article

Mailgun CURL batch mail send with PHP

Need to batch mail, but getting mail only on last one.My code is $MailData = array(); $MailData['from'] = "John Doe <john@domain.com>"; $MailData['to'] = 'sample1@gmail.com'; $MailData['to'] =...

View Article

Buiding an email formatting and validation software in php

I am a software developer(PHP) and I have had to build some application which deals with users data and a major issue for me was emails validation and format like typos and so on.I want to know how I...

View Article
Browsing all 29976 articles
Browse latest View live


Latest Images