Jump to content

Q: Possibility of Sending an Email from Other Than Store Setting?


bsmither

Recommended Posts

I don't find any code where the store would send out an email using anything but the Store's "Sender Address" as specified in Settings, Advanced tab.

I understand there is an extension that allows an admin to email a customer on demand, but does that email have a From address any different than the Store's address? Any other extension known to use a From address that is not the Store's address?

I ask because I am about to propose removing the From column from the Email Log.

(Working on implementing issue#2186 and issue#2352.)

Link to comment
Share on other sites

Actually, the Contact Us code will log an email having the visitor's Name and Email in the 'from' column, being the data provided from the form.

The actual email sent, however, will always have the From address be the Store's email address (set when instantiating the Mailer class, but the PHPMailer class will allow this to be overridden).

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...