Questions tagged [outgoing-mail]

29 questions
0
votes
0 answers

How to set postfix serverA sending mails for post postfix serverB, serverC

I want to use postfix at my serverB (fictive ip: 1.2.3.4) and postfix at my serverC (fictive ip: 5.6.7.8) to send all its outgoing mails via my postfix at my serverA (fictive ip: 120.230.140.150), so that serverA is the one sending those mails to…
0
votes
0 answers

how to use Wireshark to find the cause of being put on a blacklist for outgoing mail

At least daily I am put on a Spamhaus XBL or CSS or PBL list. After 1/ changing passwords at my email provider, 2/ using Norton and 3/ Malwarebytes antirootkit without result, I like to try Wireshark in order to find the cause of this blacklisting.…
patpin
  • 11
  • 1
  • 4
0
votes
1 answer

Xamarin Android React to Incoming and Outgoing calls

I want to react to calls (incoming and outgoing ) on a device. The main issue is that the Broadcast receiver that monitors the Phone.State never receives notifications about calls both incoming and outgoing so the code for recording call…
0
votes
0 answers

configure odoo out and in going mail

I did config odoo out and in going mail and it successed . when I try send an email to user it doesnt recieve to the user email ? Is there something else I have to do ? I am using my cpanel smpt rom other domain.
ahmed
  • 1
0
votes
1 answer

SharePoint 2016 send email error, certificate validation errors

I'm facing an issue when trying to send emails from SharePoint, I get one of the error messages below: An operation failed because the following certificate has validation errors: Subject Name: CN=mailservername Issuer Name: CN=mailservername …
Shadi Mahasneh
  • 155
  • 2
  • 11
0
votes
2 answers

Odoo email usersname and password not accepted for configuring outgoing mail servers

While configuring the outgoing email server, I am facing the issue which I have shown below in the image. Connection Test Failed! Here is what we got instead: 535 5.7.8 Username and Password not accepted. Learn more at 5.7.8…
Navi
  • 1,000
  • 1
  • 14
  • 44
0
votes
1 answer

mail/mailx: querying the default MX records that are used?

Is there a way to run a program or script on a linux box to see what MX records are used by default when sending outgoing email from mail or mailx? I'm writing a utility that is going to be run on a large, random set of linux machines, and I'd like…
HippoMan
  • 2,119
  • 2
  • 25
  • 48
0
votes
0 answers

The e-mail message cannot be sent. Make sure the outgoing e-mail settings for the server are configured correctly

Please help .I have configured my outgoing email settings in sharepoint properly but still facing the same issue. Can any one help so it will be a pleasure.
user8405323
0
votes
1 answer

Office 365 outgoing mail server in Odoo

I want to setup Office 365 account in Odoo. I am getting this error while sending mail from Odoo: 'Mail Delivery Failed', u"Mail delivery failed via SMTP server 'smtp.office365.com'.\nSMTPDataError: 550\n5.7.60 SMTP; Client does not have permissions…
Ankit
  • 99
  • 1
  • 13
0
votes
2 answers

Is it possible to add a new button to the "New Message" window in Gmail?

I'm trying to integrate Gmail with a CRM and I need to attach files from there. I'm trying to find a way of adding a button to the "New Message" window which opens a jQuery modal window that allow me to select a document and attach it to the e-mail.…
0
votes
1 answer

How to format outgoing email - Create in code or use templates with replaceable values?

What is the best practice to create templates for outgoing email? Should I have each class create the html for the specific email? Should I have a text template with placeholders that are replaced by a common method? In the first option, I'd have…
David Buckley
  • 981
  • 7
  • 17
  • 30
0
votes
1 answer

Outgoing mail is ending up in spam

I have a problem with all the mails sent from my company, often ending up in the recipients spam folder. It's from approximately 5-6 different mail adresses sending from the same mail server. We have a dedicated server that is both hosting out…
0
votes
2 answers

PHPMailer - Could not connect to SMTP

I am trying to send mails from my gmail through PHPMailer, but i get the following error: SMTP Error: Could not connect to SMTP host. I downloaded the phpmailer class from: https://github.com/Synchro/PHPMailer. I have tried for more than thirty…
-2
votes
2 answers

How to get the recipient of an outgoing SMS

I have a ContentObserver for all SMS sent/received on the phone, and when an SMS is sent, this is the data I get from the cursor: 01-09 09:52:13.523: I/WOWOW(1830): _id: 213 01-09 09:52:13.523: I/WOWOW(1830): thread_id: 1 01-09 09:52:13.523:…
Qasim
  • 1,686
  • 4
  • 27
  • 51
1
2