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

Laravel : user didn't sign in the system for 15 days then sent mail

So i want sent mail to user if the user didn't sign in the system for 15 days. How to implement that inside code. I have attache my code here. if ($user->last_sign_in) { $ableToSendMail = true; }

View Article


javax.mail.SendFailedException Invalid Addresses while sending mail

i had problem while sending mails useing java this is my code package callcentersystem; public class Email { private String topic = "my test"; private String myMassage = "nothinge"; public void...

View Article


I get AttributeError while sending Email with Python

I am trying to send an email with Python. But I'm having a bug. This is my code:import smtplib def sendmail(subject, body): smtp = smtplib.SMTP("smtp.gmail.com", 587) smtp.ehlo() smtp.starttls()...

View Article

Email template loading css in pc bowser but not loading css in mobile browser?

I am working on web app that send mails templates to clients work perfectly on pc browser but when try to see it on mobile it shows with no css what is the perfect way to show mails template and test...

View Article

Laravel : Remind user to used module that provided

basically i need to remind the user to used the modules provide by the system. I become little confused because i created new DB table which is $ModuleAutoMail inside the table i have 3 columns which...

View Article


How do I suppress Yes/No Prompt when Saving digitally signed Mail in a format...

I wrote VBA to save an email as a text file. For digitally signed emails it prompts me if I want to save the file in a format that is not secure (yes or no to continue). I want to suppress this...

View Article

DNS Verifying email records via Python

First off.. excuse my complete noobness when it comes to DNS protocols.Im trying to use python to verify if email exists (using this code as base)import re import smtplib import dns.resolver # Address...

View Article

Access external mail server from command line on linux (or "fully" templated...

I'd like to send templated e-mails, where I'd specify some fields (variables) and they'd automatically fill the placeholder spots in the email.I'm using Linux Mint.I wanted to do it with thunderbird at...

View Article


How to send a IFrame in email body?

How can i send a iframe in email body.This is how i am simply sending a mail. string getemail = textbox_email.Text; System.Net.Mail.MailMessage message = new System.Net.Mail.MailMessage();...

View Article


What is the actual minimum length of an email address as defined by the IETF?

I'm specifically looking for the minimum length of the prefix and domain. I've seen conflicting information and nothing that looks authoritative. For reference, I found this page which claims that a...

View Article

server to collect different emails

i have to program a web app that collect all emails from different accounts and display it..like when you register into web app you add your gmail account& yahoo account& hotmail account and...

View Article

Unable to set a variable for a python script that sends an attachment from a...

this is my first post on stack overflow. I want to get into programming and I have tasked myself with starting with easy projects. My first project is to use my IR motion detecting sensor and a webcam...

View Article

How to send multiple small files in one email

I have about 2000 XML files that need to send via email to another mailbox.I tried to zip all of them, the output is a 5mb zip file. However, when I attached the zip file and send to the receiver, I...

View Article


trouble with hostedemail blacklist

The mail server I manage is clean according to 92 blacklists checked by MXToolbox.But ...host mx.ecentral.com.cust.b.hostedemail.com[64.98.36.4] refused to talk to me: 421 4.7.1 Service unavailable;...

View Article

PHP: Create email accounts with php 7.2 (cpanel)

I am looking for a script which can create email accounts on cpanel, I have searched the whole web for a solution but just nothing worked. I am trying to make a simple email service.

View Article


Gmail smtp SASL authentication

I'm using postfix to send email via gmail with an application's password (two step-validation activated).Each time I test sending mail using sendmail command, I get this error:Action: delayed Status:...

View Article

Drupal 8: Notify message is not translated

I am using message& message_notify contrib module.I have enabled language module, It has By default English (en), Korean (ko), Japanese (ja).I have translate below template in Japanese language as...

View Article


php mail() functions not working on my AWS hosting

php mail() is available the same function works on another hosting all possible ports are open on route53I am out of ideas...Additionally, any inbound email does not reach my inbox on this domain...

View Article

PHP mail function sends to Gmail and Live but doesn't send to my own email

I've got this script for a contact form that was working well on the old server. We needed to move on a new server and now it only works if I send emails to Gmail or Live address. If I try to send...

View Article

How to attach an attachment in the logstash output email?

In the guide format , they said the attachment is using array. However after the format and it seems the email has been sent but no attachment in it.Do anyone know how to use the attachment option in...

View Article
Browsing all 29745 articles
Browse latest View live