Questions tagged [outgoing-mail]

29 questions
4
votes
5 answers

.NET SMTPClient - where is pending outgoing mail stored?

If I've queued up some email to be sent via the System.Net.Mail.SMTPClent, where can I find this mail? With the Windows SMTP Client, it's in the C:\inetpub\mailroot folder - is there a similar folder for the .NET client? EDIT: Here's an example. If…
SqlRyan
  • 33,116
  • 33
  • 114
  • 199
3
votes
1 answer

Cannot send mail from an Azure VM using Gmail

I am trying to send Email from an asp.net webform using Gmail. the code works from my machine but when I upload the code to my windows server 2012 in Azure I get Unable to connect to Remote Server - exception here is my code: MailMessage mail =…
user822697
  • 49
  • 2
  • 3
2
votes
0 answers

Google Apps email using wrong FROM address when sent from CFMAIL

Okay, so this is a really weird issue that's really just confusing the crap out of me... I have a number ColdFusion sites running on the same dedicated server and have been noticing some really strange issues with mail sent from some sites using the…
aepearson
  • 81
  • 1
  • 5
1
vote
2 answers

how to configure a SMTP server in windowx xp to send mails to gmail?

forgive my ignorance, I thought it was going to be a no-brainer but I still couldn't figure it out I'm using redmine (is a ticket system made with rails) and it has the option of sending you mails to notify events. So far now I could not configure a…
opensas
  • 60,462
  • 79
  • 252
  • 386
1
vote
1 answer

How to message a Google Group all outgoing messages?

Google Groups don't seem to have a setting for notifying (and sending a copy) whenever a message is sent from the group. In other words, only the person that sent the message from the group knows it was sent, and the other group members don't know…
LWC
  • 1,084
  • 1
  • 10
  • 28
1
vote
0 answers

Odoo Outgoing Mail Server Error: Connection Test Failed

My email, my password and everyting is correct. All of my Odoo projects have the same outgoing mail server, but in this one, I don't know what is the cause of this error. Please see the link for the image: https://snipboard.io/7p8On1.jpg The error…
Jeff
  • 21
  • 4
1
vote
1 answer

Using Postal in non MVC or web-based projects

We are working on a Windows Service, which at a given time needs to send an e-mail. We are trying to use Postal ( https://github.com/andrewdavey/postal ) to render some templates. The problem which we are facing now, is supposedly a missing config.…
Pato
  • 679
  • 8
  • 24
1
vote
0 answers

Pythoncom - How to listen to Outlook Outgoing messages?

At the moment I am using the below code to listen to incoming messages in Outlook from Python. How can I do the same for Outgoing messages from my Outlook? import win32com.client import pythoncom class Handler_Class(object): senders =…
toniggg
  • 87
  • 8
1
vote
1 answer

Outgoing Email Sending Issue in Godaddy Windows 2012 VPS

i'm trying to send email from web Application deployed in Godaddy Windows 2012 Vitual Private Server. Error Displayed "Server actively refused the connection". Email send from my local system, but outgoing email is not working on Godaddy Hosting.…
1
vote
1 answer

Email quota for app scripts G suite users

This is my simple app script I am using in google forms: function onFormSubmit(event) { var x = MailApp.getRemainingDailyQuota(); } I just signed up for a free trial for G suite. On this link it is mentioned that G Suite users get 1500 emails…
1
vote
1 answer

Magento send outgoing email to specific email address for testing

Is there an Admin Settings where i can set all the outgoing email to a specific email address. The reason is in my development of Magento, i am using db from production and there are email addresses from real users which i do not want to…
1
vote
1 answer

Amazon Ec2 Postfix outgong mail for external domain is not working

I have Amazon EC2 Linux instance where I have configured Postfix. (1) Incoming mail from external work is working (2) Outcoming mail with in domain is working (3) Outgoing mail to exnter domain (Gmail, Yahoo) is not working This is my main.cf…
DP Dev
  • 201
  • 1
  • 2
  • 9
1
vote
3 answers

SMTP -> ERROR: Failed to connect to server: Connection timed out (110) The following From address failed: xxxxx@gmail.com ERROR

In contact form it's working fine in localhost. While hosted it's not working. Showing the error **"SMTP -> ERROR: Failed to connect to server: Connection timed out (110) The following From address failed: xxxxx@gmail.com ERROR"** I attached my…
user3492847
  • 19
  • 1
  • 1
  • 2
1
vote
1 answer

Sending email to the "outside world" from localhost using hMailServer and Gmail SMTP on Windows 7

I am not sure if this is technically possible but I am running a AMPPS box on Windows 7 as my localhost and I have configured it with Gmail SMTP (ssl://smtp.gmail.com) to send out email from my PHP scripts like joomla, wordpress, socialengine,…
John Doe
  • 225
  • 2
  • 5
  • 11
1
vote
1 answer

Get list of mail not in Inbox (like Sent Mail)

Please forgive me if this has been answered already but I've been looking around for an answer to this but haven't been able to come up with anything usefull. We migrated a number of pilot users to google apps for their mail (coming from exchange…
1
2