no matter what language i use to send email programingly (like js,perl,php and so on),it always failed because McAfee blocks them. so i am wondering if we can send email even McAfee is installed on machine? or we can use another similar way to succeed to send mail to receiver?
how to send email use code with McAfee blocks it?
928 Views Asked by Venus At
1
There are 1 best solutions below
Related Questions in EMAIL
- how to send email from localhost using codeigniter?
- PowerShell EWS Save as for e-mails
- I want to develop an automated email application in asp.net with c#
- Not able to send email in java using SMTP,its blocked by firewall in my office.Is there any other method by which we can send mail?
- Postfix - cannot connect to server to receive email
- PHPMailer send mail with array ( $_POST['email'] )
- Could Not Instantiate Mail Function - PHPMailer - With Attachments - Only Google Chrome
- encrypted email with entrust certificate is not opening with MS Outlook
- Disconnect Client connected to cgi application
- send a message using freemarker
- Using advanced ccs icons in email signatures
- How can I fetch emails on Android?
- Issue with email form and php script
- HTML Control Form with PHP - Errors
- javax.mail.getValidSentAddresses()
Related Questions in BLOCK
- Magento custom block. Can't get block's file
- Concrete5 5.7 Block permissions
- Ceph- list object in a RADOS block device
- ASP.net main thread block during long running process
- How to modify multiple elements of a block with BEM CSS
- How To Pass A Twig Output String Into the urlFor() Function
- Coderbytes Letter Changes (Ruby)
- More blocks in Simulink
- Upload form inside Drupal block
- adblock - block one option from select list
- multiple return values in callback blocks
- Is possible to set hadoop blocksize 24 MB?
- How to pass data from the popped model view controller to the previous view controller using Swift language?
- Swift passing uninitialized object to block
- Unsupported field datatype: metadata
Related Questions in SEND
- PHPMailer send mail with array ( $_POST['email'] )
- PHP/Java socket communication not working
- Php email send copy to sender
- Swift NSStream sending multiple distincts commands
- Calling methods a la Object#send, but not breaking when given a nonexistent method (Ruby)
- fopen multiple files to send mail with mail() php
- send variable from basic js to angular
- sending JSON response from HTTP server in python
- node.js sending ajax request using "request/request" package sends no data to server
- Sending input data to a javascript file
- Bad html code when I send mail with PHP
- Yii2 - mailer - send message to email rows in database
- Could not send email from android app
- Sending NSData over network to other computer/device
- Comparison of MPI_Send/Recv and MPI_Scatter/Gather
Related Questions in MCAFEE
- Microsoft Visual Studio 2010 Cannot find or open the PDB file- McAfee
- How to scan files during uploads with the use of FileUpload asp.net server control
- scanning compressed files with mcafee command line virusscan for linux is slow
- Virus scan uploaded files
- decrypt binary file issue
- how to send email use code with McAfee blocks it?
- access denied while executing c++ source file
- McAfee Endpoint security Alert "Insufficient system resources" using cx_Oracle in Python:
- What can slow down/block python.net calls?
- Visual Studio Cannot Run Project
- Is there is any way to drop/hide system extended stored procedures?
- Keeping track of outgoing emails from any .NET application
- How to Programatically Scan a File
- AttributeError when splitting a string
- McAfee Web Gateway blocking HTTP file download
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Perl.exe sometimes has problems running at all with McAfee installed. You should be able to add Perl.exe to the exceptions in McAfee to correct that problem. If you still can't send mail from Perl after it has been added to the exceptions list, try to verify that McAfee doesn't have port 25 blocked. I believe all outbound mail is sent through port 25, SMTP. You should be able to open this up with McAfee as well, but that might be a security risk.
In my past experience, adding Perl.exe to the exceptions list resolves almost all problems with programmatically reaching out to the internet from Perl applications/scripts.