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

procmail creat a new folder if not exist with name of send to address

can someone explain how to get the send to mail address with procmail and extract all up to @example.com and than creat a new folder with the name?Example: I collect all mail in one acc. so the mail...

View Article


WooCommerce Custom Email for a product TAG

I want to add unique text to Woocommerce's "order complete" email but ONLY when the product purchased has a certain product tag. If the item purchased has the "fundraiser" tag I want the email to...

View Article


how to send email from a website hosted on s3

I have a website hosted on S3 on amazon web services. I want to receive emails on my gmail account from the visitors of my website if they wish to contact me. I'm confused with the steps for the setup...

View Article

Is there a way to code in VBA the subject line of an outlook email to...

Basically want the coding to work for this format of a subject line of an email: Group name - Office - Sales Rep - Due DateC3 - C4 - C5 - C6 - C7 So the info entered into the above cells all show up in...

View Article

How to validate an email address using a regular expression?

Over the years I have slowly developed a regular expression that validates MOST email addresses correctly, assuming they don't use an IP address as the server part.I use it in several PHP programs, and...

View Article


button to download an attachment in the email

I add a pdf as an attachment to my email, what I want to do is create a button in the body of my email to download this attachment, is that possible? How could I solve...

View Article

Send-MailMessage on PowerShell does not work

I have a big problem. For a school club I have to write a script which sends emails automatically. I decided to use PowerShell for that. My Code: Send-MailMessage –To "email@outlook.com"–Subject "Test...

View Article

Image may be NSFW.
Clik here to view.

inline style for mailadresses in HTML mail

I am sending emails with information about peoples and I've got one problem. I am using a blue background and when there is an email in the text, I can not see it:As you can see, I can't read the email...

View Article


Email Background image is not displayed in outlook desktop application -...

I am Sending email form php code and my email message body is HTML$emailBody=<!DOCTYPE html> <html> <head> <title></title> <style> #textDiv{ background-image:...

View Article


linux e-mail client that supports a single profile accessible from multiple...

For years I've been using Thunderbird in a mode wherein the profile data (as well as the e-mail data) is located on a NAS and multiple computers (using multiple OS's) have been able to gain access to...

View Article

Custom web fonts translating on emails, mobile email builders, and best HTML...

In general, I am trying to find the easiest way to incorporate our brand look which uses the Google font Raleway into emails without having to create the emails from scratch. I am sampling various...

View Article

PHPMailer Cannot send emails on live server

I believe this question has been asked before, but I couldn't seem to find a solution to the problem.I'm using PHPMailer to handle emails on a website. Everything works fine on localhost, but it...

View Article

Exim4 - 550 Bad HELO - Host impersonating domain name [some.domain.pl]

Have some website on https://some.domain.pl/, where I'm sending e-mails via sendmail (which uses exim4). E-mail address used for sending is powiadomienia@some.domain.pl.Only address e-mails from domain...

View Article


I cannot send an email from the form on my web to my gmail account with PHP...

As the reference on the subject, I have been struggling to make a system which I can get an email from the form on the website. I use a server, HostGator. What I did is below Created the form on the...

View Article

Order Confirmation Email - Incorrect senders email Magento 2.2.7 EE

I am getting wrong sender email-address in order confirmation email. My project is setup on platform.sh. Which indeed use sendmail and sendgrid to send email from server.Below are the conditionsI used...

View Article


how to send image mailer using php mail function

i am trying to send html image mailer using php mail function on linux platform. There is one issue when i am trying to send simple html content then it successfully get delivered to its subscriber....

View Article

How to disable authentication while testing email service using greenmail

I have written an email service using Spring Email and then used Greenmail to test the email service. But while running the test case it gives an error Authentication failed as below:...

View Article


linux metamail package - how to build

I search for metamail package for Linux and how to build it under Centos 7.I'm interested in using mimencode utility wich part of metamail package to process my incoming mail (by invoking mimencode via...

View Article

PHP: How to send email with attachment using smtp settings?

I am sending emails successfully using following code. But now I want to attach a text file (example: test.txt) with email. Any Idea?require_once "Mail.php"; $from = "Usman <from@example.com>";...

View Article

Laravel Validation Email address

I have created an edit form in my laravel application form which accepts an email address.I have used Laravel validation on the server-side.It is validating email address correctly when I pass email...

View Article
Browsing all 29905 articles
Browse latest View live