Customer Support - FAQ

Frequently asked questions – Select a category and read the answer to your question

Sending mail to SMTP Relay with Authentication (4)

Q:How to send e-mails with SMTP Auth in WordPress

A:

There is an easy solution to send e-mails from Wordpress to an outgoing SMTP server using SMTP authentication. Simply install the latest version of the following plugin from the Wordpress.org plugins collection: WP Mail SMTP (or download version 0.9.5 here) and...

Continue reading

Q:How to send e-mails with SMTP Auth in Joomla

A:

There is an built-in solution to send e-mails from Joomla to an outgoing SMTP server using SMTP authentication. To get started, log into the Administration area (the back end) of your site, and go to Global Configuration. Inside Global Configuration,...

Continue reading

Q:How to send e-mails with SMTP Auth? PHP example

A:

PHP mail() does not usually allow you to use the external SMTP server and it does not support SMTP authentication — required by many a mail servers today, including ours. To connect to our outgoing SMTP server from a PHP...

Continue reading

Q:How to send e-mails with SMTP Auth? .NET example

A:

Below you can find fully working implementation of the method, which you can use to send mails. Simply change the property values i.e. "user@domain.tld" to the email address you want to send from, provide your password, and define the recipient...

Continue reading

Back