Hi We are building a custom shopping cart system using Zend 2.0. Since we are planning to resell this system and host most of the client's on our own dedicated VPS, I want to know how to manage emails which are generating from the system (Order confirmations, Password resets, register confirmation Etc.)? I don't want these emails end up in spam and most importantly not to get our server IP blacklisted. I see open cart is using SMTP but is this a better method than PHP mailer? What is the best way of doping this?
Custom shopping cart system
163 Views Asked by Mac At
1
There are 1 best solutions below
Related Questions in EMAIL
- how to send email from localhost using codeigniter?
- PowerShell EWS Save as for e-mails
- I want to develop an automated email application in asp.net with c#
- Not able to send email in java using SMTP,its blocked by firewall in my office.Is there any other method by which we can send mail?
- Postfix - cannot connect to server to receive email
- PHPMailer send mail with array ( $_POST['email'] )
- Could Not Instantiate Mail Function - PHPMailer - With Attachments - Only Google Chrome
- encrypted email with entrust certificate is not opening with MS Outlook
- Disconnect Client connected to cgi application
- send a message using freemarker
- Using advanced ccs icons in email signatures
- How can I fetch emails on Android?
- Issue with email form and php script
- HTML Control Form with PHP - Errors
- javax.mail.getValidSentAddresses()
Related Questions in IP
- IP Address Range for Apple MDM service?
- Android apps without public ip address
- Chrome browser: Problems after upgrade with reading ip from etc/hosts of subdomains localhost
- Blocking traffic using .htaccess not working
- IP address to Domain Name? DNS?
- Store IP into mysql database
- how to setup IPs from different subnet on 1 network card, Centos 6.6
- Server not receiving TCP SYN packets
- bash - for loop for IP range excluding certain IPs
- MaxMind GeoIP City Returning Incorrect Lat Longs
- Batch File get Specific IP into Variable
- What protocols are involved in sending a message over Ethernet in Java?
- How Can I ping or create a scoket connection with my friend?
- IP Address won't pass to e-mail body
- Http Get Request for IpDBInfo using an IP Address
Related Questions in SENDMAIL
- Getting Null Pointer Exception while sending mail in JAVA
- SMTP sending mail failure
- Sending mail by Unauthorised sender in Google AppEngine
- How to attach several files in mail using unix command?
- getting error to send mail in cakephp
- Piping echo into sendmail in rc.local fails
- Error with PHP mail(): Multiple or malformed newlines found in additional_header
- Zend Framework 2 - Sending form using Zend\Mail
- Sending mail without authentication using nodejs
- Java send email, how to build the whole project
- Sending mail from webserver to external mail server with local domain name
- sendmail.exe" -t' is not recognized as an internal or external command
- c# asp.net call async method from static sync
- Send mail in ASP MVC have Server Error
- Laravel put foreach inside mail
Related Questions in SHOPPING-CART
- minicart js - add to cart opening on new tab
- Magento show discount in cart page even without applying a coupon
- MOBILE checkout page for PayPal Add to Cart button and variable dollar amount Buy Now button?
- Meteor JS: Shopping Cart Without Login - session id, etc
- new object created every time
- Subtracting value from the result of a function
- Add percentage discount for individual product in magento
- Cannot add item to cart when viewing item, but can from directory page
- Magento : Can't rewrite Widget Grid for optimize filtering
- Zend Framework 2 - Sessions containing multidimensional arrays
- Duplicate items appearing in shopping cart
- change the subtotal dynamically when the quantity changes in shopping cart
- Woo-commerce plug-in that allows continue shopping
- How to create Add to Cart
- Formatting an array like a shopping list
Related Questions in BLACKLIST
- Android - How can i create a "black list" for the files of my application
- ASP.NET MVC Blacklist for Roles/Users
- Different hidden content for mobile - SEO?
- Is it possible to be blacklisted by having various friendly "From" names in Emails?
- Remove rows from a 2d array which have a column value found in a flat blacklist array
- Blacklist model in Rails 4
- Count over different tables
- How to implement blacklist application using MDM protocol for iOS device
- Modal - controlling HTML within
- Custom shopping cart system
- using a url redirect + concatenation classic asp
- Can a comprehensive list of adult keywords be found anywhere?
- Protecting websites from outdated browsers and plugins via a whitelist/blacklist combination?
- Ajax generated content, crawling and black listing
- How do I blacklist characters on a utf-8 string?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
A service like http://sendgrid.com/ might be worth looking into if you don't mind the SaaS model. You could pass on the costs to your clients.