VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: rzrz on November 30, 2012, 07:00:07 AM

Title: VM 2.0.14 invoice emails
Post by: rzrz on November 30, 2012, 07:00:07 AM
are there ways to generate URLs to test the emails or any other easier ways? I have to checkout shopping cart each time in order for the mail to reach my mailbox for testing  :-\
Title: Re: VM 2.0.14 invoice emails
Post by: bytelord on November 30, 2012, 16:29:43 PM
Hello,

I have setup a locally mail server (localhost) for my dev enviroment, is the best way to check the results because mail supports mime types and html, so you have to validate there (inside mail client) the results.
Some of them can be tested from the backend->orders by viewing the invoice (pdf or html). Last you could create an override on the front but need some work to do it.

Regards
Title: Re: VM 2.0.14 invoice emails
Post by: rzrz on November 30, 2012, 18:01:16 PM
thanks for all the suggestions i'll try them out!