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

undefined index, in email send and cannot see all the data

I just finished my php code for my online store, but I have a couple of issues, but the email is sending fine, when the user fill out the form, I can check all the data and proceed, but I have an issue...

View Article


My login script is not working for emails using real_escape_string

Since changing server my login script wont work when usernames are email addresses, works well when a username is just a name, all my users login with an emailI assume its something to do with...

View Article


Haskell: SMTP over SSL

I wanted to write a utility script in Haskell last night that sent some emails using my gmail account.However, gmail requires a SSL/TLS connection to their SMTP server, and I couldn't figure out how to...

View Article

"Unable to connect to the remote server" Error

I'm trying to send an email from my website.this is my code:public string SendEmail() { string sMessage; SmtpClient smtpClient = new SmtpClient("mail.test.com",25); MailMessage message = new...

View Article

How to allow users to send yahoo email through my application [closed]

I am developing an application and I want my users to send email through my app, Instead of going to the yahoo/gmail mail application with their email addresses.You can assume that my application is...

View Article


Sending email using flask

I am using flask to send emails to user who submits a form in a contact page. I have tried to test it myself but even If i fill the whole form. Every time I hit submit, I get a validation error saying...

View Article

Format subject email [duplicate]

This question already has an answer here:Python - email header decoding UTF-8 9 answersI want to recover the value "SUBJECT" of an emailimport imaplib import os import email email_user =...

View Article

How can I check if an email has been sent to me using IMAPClient? [closed]

How can I check when my gmail has received an email using IMAPClient.I can use Outlook and similar apps, because my school provides Outlook.

View Article


Web Based Email Renderer

My company has a requirement to render MIME encoded emails (HTML) in a browser window. This isn't part of an MUA, but a tool we need to add to our product. I've looked all over the net for a...

View Article


no mail.err log file on raspbian

I am trying to send a mail from my raspberry (raspbian). However, I am receiving an error: pi@thomas:~ $ echo "Hello World" | mail -s "Test" abc@zyx.com mail: cannot send message: Process exited with a...

View Article

Image may be NSFW.
Clik here to view.

Email Failed from Android app using Server

I'm using :Linode server CWP 7 installed on it.Website + Android App Currently Working : Website user can register and get verification email easilyWhat's Not Working:When they uses Android app for...

View Article

sending email through unix by using cat with uuencode

here I'm working on sun Solaris 10, I have tried before to send a normal email with and without attach and its worked fine with me , but now I'm trying to cat-file element and send attach in the same...

View Article

How to send an "array" with e-mail via python?

I want to send a mail with gmail. But mail must specifically include an array. I need help. Message part in the code block, specifically accept text type. If I tell specifically my goal; I have a .csv...

View Article


Sending emails to list: Loop through each or Bcc?

Does it make more sense to loop through each email or to send one email and add the list to the Bcc? I've heard different answers and I'm not sure why one is better than the other.

View Article

Github API Cannot Set User Emails

I'm trying to synchronize user names and primary emails with AD via the Github API. I make a call to /user/emails using an oAuth token with scope user:email and I get back their primary email. I then...

View Article


How to fix the email send in PHP [duplicate]

This question already has an answer here:PHP mail function doesn't complete sending of e-mail 26 answersI have written the code for sending emails after inserting the record but insert and sending...

View Article

Send email with attachement name action Mailer Ruby on Rails

I have some params from a hash that I would like to send through an email. For the name of my attachment file (an invoice) I would like the name of my shop and the informations about this invoice. When...

View Article


Creating email templates with Django

I want to send HTML-emails, using Django templates like this:<html> <body> hello <strong>{{username}}</strong> your account activated. <img src="mysite.com/logo.gif" />...

View Article

Can send but not receive emails on my new cpanel email account

I created an email account using cpanel, the problem is that I can't receive incoming emails to that account, here is the error message I get: "The response from the remote server was: 550 Please turn...

View Article

Acumatica Email not being send anymore. MS office 365 changed SMTP encryption...

Email is not being send anymore although it worked before, and no settings were changed. I found out that MS Office 365 SMTP setting now use encryption method STARTTLS which is not listed in the...

View Article
Browsing all 29745 articles
Browse latest View live