Verify the existence of email id
We can verify the existence of email address using some Linux commands. For example here we are verifying the mail-id
Read MoreFor Techs.... Techniques.... Technologies....
We can verify the existence of email address using some Linux commands. For example here we are verifying the mail-id
Read MoreSometimes we need to block the mails from our domain to external domains. This can be achieved by adding custom
Read MoreIf we need to configure exim mail server to use multiple IPs for sending mail, follow the below custom configurations.
Read MoreThis tutorial explains the important exim comands ans their purpose. Print a count of the messages in the queue: root@localhost#
Read MoreEmail servers answer connections on port 25 with a string of text called an SMTP Banner whose purpose is to
Read MoreThis tutorial explains the details to send an email via Linux commandline. Ensure that sendmail application is installed and working
Read MoreThis article explains the locations of important configuration files and log files in cpanel. cPanel/WHM /etc/vfilters/domainname - Email filters are
Read MoreThis article explains the details of important cpanel backend scripts and its purposes. adddns - Add a DNS zone addpop -
Read MoreTelnet server is used to login into another system. You can use the telnet command to log in remotely to
Read Moreimapsync is a tool for facilitating incremental recursive IMAP transfers from one mailbox to another. It is useful for mailbox
Read MoreSending Mail from PHP Using SMTP Authentication <?php require_once "Mail.php"; $from = "Sender <sender@example.com>"; $to = "Recipient <recipient@example.com>"; $subject =
Read More