Tips and Tricks HQ Support Portal › Forums › General Stuff › Instructions/F.A.Q › SMTP Authentication requirements (Use SMTP Mail)
Tagged: google smtp, SMTP, smtp settings, Using SMTP Mail
- This topic has 6 replies, 6 voices, and was last updated 13 years, 7 months ago by admin. 
- 
		AuthorPosts
- 
		
			
				
April 21, 2010 at 7:50 am #1099arukiyomi MemberMy host insists that my PHP scripts are configured to use SMTP authentication for email. I’m having trouble generating emails with download links in for my customers and I think this may be the solution. Thanks! April 21, 2010 at 12:22 pm #19862amin007 ParticipantYou can use a WordPress SMTP mail plugin to configure your SMTP settings: http://wordpress.org/extend/plugins/wp-mail-smtp/ This plugin will also make it so Your WordPress uses SMTP protocol to send the email. Now, in the eStore plugin you can specify to use WordPress’s mail function for email and it will use SMTP and everything should be fine. Alternative Option If you do not use the “Use WordPress Mailing System” option of eStore then the alternative is to modify eStore’s “eStore_email.php” file and specify your SMTP details then use the eStore’s normal mail option: var $protocol = "smtp"; // mail/sendmail/smtp
 var $smtp_host = ""; // SMTP Server. Example: mail.earthlink.net
 var $smtp_user = ""; // SMTP Username
 var $smtp_pass = ""; // SMTP Password
 var $smtp_port = "25"; // SMTP Port
 var $smtp_timeout = 5; // SMTP Timeout in seconds
 var $_smtp_connect = "";April 21, 2010 at 3:28 pm #19863arukiyomi Memberfinally… it worked! I used the plugin. April 21, 2010 at 11:29 pm #19864Ivy MemberHi Arukiyomi, We are glad you got this working  . .Cheers, August 22, 2010 at 10:05 am #19865IMGIGClub MemberAh-HAH!! I like this option! I believe I’ll go in and get my wordpress using the plugin noted and send via my Google Apps SMTP servers. Then I should see all outbound email in my sent mailbox, and I can use the trusty, reliable google mail service I love so much. And if the plugin gives me trouble, I can edit up the email.php script(s) for the various plugins. Sweet! Thanks, Amin. Awesomely empowering and precise info. VERY appreciated! Still not sure my sales processes are working. New Topic: What emails should we expect? This forum, with the ability to dynamically add tags is awesome, too. Cheers, Tim March 17, 2012 at 9:42 am #19866liufunyu MemberWhy I could not find this file “email.php” ? March 17, 2012 at 10:41 pm #19867admin KeymasterThe name of the file has been changed to the following: eStore_email.php
- 
		AuthorPosts
- You must be logged in to reply to this topic.