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

How to send scheduled email via python app?

Is there a way to send scheduled email via python app (Flask or Django)? So far I have used gmail and smtplib, but as far as I know, scheduling is not possible there. Is there another (better) way?

View Article


Laravel 5 Mail::raw works in tinker but doesn't in app

I've a very strange issue sending SMTP email from LaravelMail::raw('Email body', function ($message) use ($filename) { $message->from('sender@email.com', 'Ordini') ->to('user@email.com')...

View Article


Send e-mail with python error "Connection unexpectedly closed"

I want to send a E-mail using python using this code but the final result is a "Connection unexpectedly closed" error:import smtplib sender_email = "example@gmail.com" rec_email = "example2@gmail.com"...

View Article

Functioning form on a cargo site?

I'm trying to create a form on a Cargo site, but they don't allow anywhere for .php files. I want the form to send an email to me upon the "submit" button being clicked. "mailto:" doesn't work, by the...

View Article

Convert Outlook mail into Byte[]

We have created an application using Visual Studio for Office (using C# as code language) which will be deployed in Outlook. The functionality of the application is, 1) The user will select multiple...

View Article


Android eMail client "NewMailArrival" type event? Trappable?

I found this thread from several years ago with a similar question: How to listen for email messagesI'm asking again as I'm working on an application with a team of developers to present the following...

View Article

Image may be NSFW.
Clik here to view.

HTML styles in quoted emails

I'm sending mail reports (using sendgrid) and I have a problem with styling. The received emails are displayed correctly in Gmail client, but when I try to forward o reply this emails the styles turns...

View Article

Automate AWS Billing Report Generation and Distribution

I am trying to see if there is a not-so-horrible way to have some AWS Billing Reports from the Cost Explorer (not the monthly bill) generated and distributed via e-mail to certain people. Is this...

View Article


How can I unset $_POST data so that it does not resend after submit when i...

After submit, if i refresh the page, it does sends the submitted data again. I do not want that to happen, i want the posted form variable () to be cleared completely after sending. Can someone help me...

View Article


Using emailjs with cypress

In order to get access to my application, my Cypress script needs to go through MFA (multi-factor authentication) which involves checking an e-mail at an imap inbox and parsing the text of the e-mail's...

View Article

DKIM: how to get correct body hash value for use in DKIM header?

As far as I understand based on RFC 6376 everything after the CRLF between the headers and the body denotes what is the body. However when I run SHA256 on the body and then convert it to base64 I get a...

View Article

How can I email each group their data based on a larger table dataset?

I have a dataset titled 'SiteReports' of site specific reporting metrics and am looking to send each site their own particular metrics in chart format in an email. Below is example data with the 7...

View Article

buttons.cm email buttons not working on fresh .html document

I'm trying to setup a html email template with a button as the primary linkI have used the default code from the Campaign Monitor - Bulletproof email buttons button generator on a completely fresh...

View Article


How can I offer a dedicated IP service to customers?

I am working on an email project that could benefit from dedicated IPs in regards to sender reputation. A lot of email services like Mailchimp offer this feature. I am curious how to go about setting...

View Article

Address in mailbox given [] does not comply with RFC 2822, 3.6.2. when email...

I have a correct email address. I have echoed it, but when I send it, I get the following error: Address in mailbox given [] does not comply with RFC 2822, 3.6.2. Why? I use laravel (swift mailer) to...

View Article


Emails will not be sent to the office 365 email service with laravel

I want to send some emails from my laravel application. Emails are sent to Gmail, Yahoo, and some personal email accounts but no emails sent to the office 365 email accounts. In the other services,...

View Article

search for custom header value in notmuch

Is it possible to search for emails containing a specific custom header value using notmuch?I know it's possible to search for standard headers likenotmuch search from:alice subject:hello...

View Article


Mail not Receiving in CPanel

I have create a CPanel server in AWS. I have created a email account in that server and tries to send mail to and from that account. But the mail is not receiving and sending. When tries to send email...

View Article

Image may be NSFW.
Clik here to view.

Nodemailer nodejs credentials not authenticated [closed]

Please take a look at my code hereNodemailer nodejs username and password not accepted though i have enabled non secure apps to access gmail and use port number 25, 465 and 587

View Article

Laravel mail sending through smtp server error 503 5.5.2

I am trying to send notification mails from php through mail queue in laravel, as far as i can tell everything works fine, i have already tested configuration on my personal mail acc. but when i try...

View Article
Browsing all 29976 articles
Browse latest View live


Latest Images