Sponsored Content
Full Discussion: Email Verifier
Special Forums Cybersecurity Email Verifier Post 302918070 by Ajit Bondre on Saturday 20th of September 2014 04:28:32 PM
Old 09-20-2014
Tools Email Verifier

Hello,

Last two years I am doing email marketing I have lots of Gmail data with me
Can Any one help for cleanup data with my Cent OS server And PHP Scripting
Every time I put the data in My 3rd party software I get Hard bounces And soft bounces How can i clean up to Data in bulk with PHP scripting Please help and with UNIX command


Thanks
Ajit Bondre

Last edited by vbe; 09-21-2014 at 07:34 AM..
 

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Unable to send eMail from a UNIX-Host ( using mailx ) to a Outlook-email-addres(Win)

Hi A) I am able to send eMail using mailx from a UNIX ( solaris 8 ) host to my Outlook-email-ID : FName.Surname@Citigroup.com ( This is NOT my actual -eMail-ID). But in Outlook the "From :" eMail address is displayed as " usr1@unix-host1.unregistered.email.citicorp.com " .i.e the words... (2 Replies)
Discussion started by: Vetrivela
2 Replies

2. UNIX for Dummies Questions & Answers

Send email where # is in the email address - Using Unix

Hi All, How do I send an email using malix where email address contains a #. I have a email address like this : #test@test.com I want to send email like malix -s "TEST" #test@test.com < SOMEFILE I tried \# but doesn't work. Please let me know how we can achieve this? I am in... (1 Reply)
Discussion started by: jingi1234
1 Replies

3. Solaris

Send an email from Solaris using Linux email server

Hello everyone I have a problem and I need your help: I have a Solaris 10 and Solaris 8 UNIX Servers, and Linux Centos4 as email server. I need send an email from Solaris servers preferably using Centos4 email server. I have no mail service configured in my Solaris computers (1 Reply)
Discussion started by: aflores
1 Replies

4. UNIX for Dummies Questions & Answers

new to ldap, send email to a ou or group, and see a list from email client

hi, i'm running openldap on ubuntu 10.04, creating new items with apache directory studio (windows version). i use the ldap just as an address book to our small office (email clients are windows live mail 2009, 2011, microsoft outlook 2007 and 2010). a. i cant see a list of the contacts,... (0 Replies)
Discussion started by: V4705
0 Replies

5. Shell Programming and Scripting

Trying to email text, getting blank email

Hello, and thank you for help in advance, i seem to have this script working, except for the email part, it sends me a blank email, am i not redirecting the output of my text file the right way? #!/usr/bin/ksh rm installed_zones.txt installed=/home/xxx/stuff/installed_zones.txt for... (3 Replies)
Discussion started by: BG_JrAdmin
3 Replies

6. Shell Programming and Scripting

Using top command to email if process is exceeding 25% and sending an email alert if so

This is my first time writing a script and Im having some trouble, Im trying to use the top command to monitor processes and the amount of CPU usage they require, my aim is to get an email if a process takes over a certain percentage of CPU usage I tried grep Obviosly that hasnt worked, Any... (8 Replies)
Discussion started by: jay02
8 Replies

7. SuSE

Send outgoing email to my GroupWise email

Dear users, I have Linux server whose versions are Suse 10 SP 3 and Suse 11. I am trying to send email from these servers to my GroupWise email account. In /etc/postfix/main.cf file, The current value of MYHOSTNAME is LINUX.LOCAL. What should be the right value of MYHOSTNAME? Is... (0 Replies)
Discussion started by: JDBA
0 Replies

8. Shell Programming and Scripting

Getting email output in single line with out space in email

I have tried below email method and i am getting every thing in single line . i have put echo to provide space, but it is not helping my code ( echo "From: $FROM" echo "To: $MAILTO" echo "CC: $CC" echo "Subject: $SUBJECT" echo "MIME-Version: 1.0" echo 'Content-Type: multipart/mixed;... (6 Replies)
Discussion started by: mirwasim
6 Replies
CheckGmail(1)						      General Commands Manual						     CheckGmail(1)

NAME
CheckGmail - system tray applet to check a Gmail account for new mail SYNOPSIS
checkgmail [-profile] [-hosted] [-popup_delay] [-no_cookies] [-private] [-v | -verbose] [-nocrypt] [-h] DESCRIPTION
CheckGmail is an alternative Gmail Notifier for Linux and other *nix systems. It is fast, secure and uses minimal bandwidth via the use of Atom feeds. CheckGmail is a system tray application that checks a Gmail account for new mail. When new mail is present the tray icon changes, an optional animated popup is displayed and a tooltip displays the number and details of new messages. Configuration is GUI-based and the application is designed to be simple, elegant and unobtrusive. CheckGmail aims to be relatively secure in terms of password storage. Combined with Crypt::Simple(3pm) the program provides the option of either encrypting the saved password information or - for maximum security - re-entering your password each time the application is run. If you decide to save the password, it is encrypted using a passphrase generated from machine-unique information (the eth0 MAC address and/or uname system information). Encrypting the password prevents both casual reading of plain text passwords on your machine, but more impor- tantly allows the CheckGmail config file in your home directory to be stored securely on external backups. For the password encryption function, CheckGmail depends on the Perl module Crypt::Simple(3pm) CheckGmail will save passwords as plain text if this module (or associated modules) is not present on the system. OPTIONS
-profile=[profile_name] Using this switch causes CheckGmail to read preferences from a file named prefs-[profile_name] in ~/.checkgmail - thus allowing mul- tiple instances of CheckGmail to be run to check different Gmail accounts. -hosted=[Gmail hosted domain] Allows checkgmail to work for Gmail hosted domains. E.g. if your hosted domain is test.net, run the program with -hosted=test.net Once run, the -hosted flag is not required again for that profile. N.B: You will need to delete the Atom feed address from your preferences or use a new profile before using this option for the first time. Following a change in the Gmail login code for hosted domains, this option does not appear to be compatible with the -no_cookies method of checking mail. -popup_delay=[time in millisecs] Sets the time taken between the mouse entering the system tray icon and the tooltip being displayed. Default is 250 millisecs as of version 1.10 (previous versions used no delay). -no_cookies Uses the old Atom feed retrieval method (default in versions 1.7.2 and earlier) of sending the username and password across https. The alternative, and currently default method, is to login to Gmail, save the authentication cookies, and then retrieve the Atom feeds without requiring any further authentication - this method has the benefit of allowing various actions to be carried out upon new messages received, such as deleting, marking as read, archiving or reporting spam. -private Prevents the display of message details in the popup - only the number of new messages will be displayed. -v | -verbose Causes CheckGmail to print details of mail checking and mail contents to STDOUT -nocrypt Disables the use of Crypt::Simple to encrypt saved password information - passwords will be saved as plain text. -h Prints a usage message. ENVIRONMENT
HTTPS_PROXY Setting the HTTPS_PROXY environment variable will cause CheckGmail to use the specified proxy server when checking for new mail. FILES
~/.checkgmail/prefs.xml User configuration file ~/.checkgmail/lang.xml Language translations AUTHOR
Owen Marshall <owenjm at the email provider which this utility checks> CheckGmail(1)
All times are GMT -4. The time now is 06:58 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy