Home » Item #956
I want my store to email orders to both my main email address and also a second web mail one. Can I enter two email addresses separated with a comma in the email settings?
You cannot enter two email addresses in one field of the email settings; CactuShop will just see this as a single malformed address.
The way to achieve this is to add a second mail send in callback.asp, or set it to CC. Find this on line 203:
Call SendEMail(GetAppVar("emailmethod"), GetAppVar("mailserver"), strEmailTo, "", "", strEmailFrom, strEmailFrom, strEmailFrom, strEmailFrom, GetString("Config_Subjectline2") & " #" & .OrderID, strStoreEmailText, "", false)