Categories

Articles

 Sending Emails from ASP through Gmail Email Account

Use the following code for sending emails from asp through your gmail account.   <% Const...

 Sending Emails from ASP web page

Use the following code to send emails from asp web pages   <% Const cdoSendUsingPickup = 1...

 Sending Emails from PHP (mail function)

Mail sending from PHP mail function is now restricted to local email address only. you need to...

 Sending Emails from Wordpress using SMTP

Install the plugin WP Mail SMTP This plugin reconfigures the wp_mail() function to use SMTP...