Sending Mail using HTML Form

Sending Mail using HTML Form

Cartika requires SMTP authentication from any shared/reseller server against any local mail server in order for web applications to send email out to the internet.

Email flow works as follows:
> web server (linux or windows) shared IP
> SMTP authentication required in the script to authenticate against a local email user
> eMail flows to local email server
> local email server relays email to our spamexperts SMTP (outgoing) email appliances
> Spamexperts scrubs all SMTP traffic and then eMail goes out to the internet

Common applications (ie wordpress, joomla, etc) all have various options for achieving SMTP authentication ie plugins. Custom built applications need to utilize SMTP authentication and cannot rely on local web server sendmail types of functionality. To utilize SMTP authentication, please do the following:
1) Download PHPMailer_5.2.0.zip as attached.
2) Unzip into yourdomain.com working directory.
3) Open yourdomain.com/PHPMailer_5.2.0/examples/test_smtp_advanced.php with notepad or your favorite text editor.
4) Go to the try section of the script and edit SMTP Host, Port, Username (must be valid email address), Password and AddAddress recipient. Important note to take into account at this step is the SMTP host must be hosted within our internal network. Remote mail servers ie. gmail, hotmail, yahoo is not permitted for security reasons.
5) Once saved, browse test_smtp_advanced.php. PHP debugging will trace as to whether specified SMTP settings are valid and display errors encountered.
6) Check AddAddress recipient if you reached "Message Sent OK", otherwise repeat step 4 with different mail setting combinations.
    • Related Articles

    • Sending Mail using HTML Form

      You can use the mail-form script located attached to this KB article. To use, please do the following: 1) Unzip mail-form.zip 2) Download phpMailer class from http://phpmailer.worxware.com/ or ...
    • Mail Migration Process

      1.       When mail1.domain.com is moving to mail2.domain.com, DNS will be changed and all the emails will be moved to the new mail server (mail2.domain.com). 2.       After 24 hours, any mail that was sent to the old server (mail1.domain.com) will be ...
    • Send mail from our servers when using external mail

      If you want to send mail from our mail servers but have mail services else where, then please do the following: 1) Add a subdomain called "mailer" to the domain via the control panel 2) Go to the mail manager for the subdomain and add a mailbox to ...
    • Send mail from our servers when using external mail

      If you want to send mail from our mail servers but have mail services else where, then please do the following: 1) Add a subdomain called "mailer" to the domain via the control panel 2) Go to the mail manager for the subdomain and add a mailbox to ...
    • Best Mailing practices for regularly sending marketing / notification emails out to 3rd party public mail services e.g. Gmail,Yahoo,Hotmail

      Here is what you can do to prevent undeliverability. Best Mailing practices for regularly sending marking/notification emails out to 3rd party public mail services, e.g. Gmail, Yahoo, Hotmail From your VM / Dedicated Server (for shared hosting ...