VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: maryswave on November 26, 2012, 21:23:30 PM

Title: [ SOLVED ] Virtuemart sending from wrong email address
Post by: maryswave on November 26, 2012, 21:23:30 PM
I have the admin account setup and in all other cases the correct admin email address is being used but from Virtuemart instead of admin@domain.com being used it is using my cPanel username ...   

username@rsb19.rhostbh.com   (this is the server on Bluehost)

can't quite figure this out as the newsletter and other notifications come from the correct address.
Title: Re: Virtuemart sending from wrong email address
Post by: chetanmadaan on November 26, 2012, 23:14:26 PM
Well... VM does uses the Joomla config itself... but let me ask you this... do you have the correct details in the shop config in the backend.

http://screencast.com/t/dp9pIh0Oh
Title: Re: Virtuemart sending from wrong email address
Post by: maryswave on November 27, 2012, 02:34:34 AM
Yes I do and when I update the order and a message is sent it is still sent from a non email address...   cpanel username @ hosting server .com  this does not make since as it works fine everywhere else.
Title: Re: Virtuemart sending from wrong email address
Post by: maryswave on November 27, 2012, 03:35:24 AM
what is strange is that when a shopper registers the email come from the admin@domain.com  but the invoice notification comes from  cpanel @ server name .com

this is very strange
Title: Re: Virtuemart sending from wrong email address
Post by: Milbo on November 27, 2012, 09:16:35 AM
Indeed. This is really strange.
Title: Re: Virtuemart sending from wrong email address
Post by: maryswave on November 30, 2012, 05:31:40 AM
part of the problem may be that I am using Google docs for the email and so my host said that I can use send mail and modify my php.ini file by adding this

sendmail_path = /usr/sbin/sendmail -t -i -f'user@domain.com'

where the addition to the sendmail path is  -f'user@domain.com'  = to an email account that is setup on the server...

Problem solved.