HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - HP-UX
 - >
 - Sendmail ??
 
Operating System - HP-UX
        1840145
        Members
    
    
        3650
        Online
    
    
        110161
        Solutions
    
Forums
        Categories
Company
Local Language
                
                  
                  back
                
        
                
        
                
        
                
        
        
        
                
        
                
        
        
        
                
        
              
              Forums
Discussions
Forums
- Data Protection and Retention
 - Entry Storage Systems
 - Legacy
 - Midrange and Enterprise Storage
 - Storage Networking
 - HPE Nimble Storage
 
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
                
                  
                  back
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
            
                
            
                
            
                
            
                
            
            
                
            
                
            
            
                
            
                
              
            Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
 - Appliance Servers
 - Alpha Servers
 - BackOffice Products
 - Internet Products
 - HPE 9000 and HPE e3000 Servers
 - Networking
 - Netservers
 - Secure OS Software for Linux
 - Server Management (Insight Manager 7)
 - Windows Server 2003
 - Operating System - Tru64 Unix
 - ProLiant Deployment and Provisioning
 - Linux-Based Community / Regional
 - Microsoft System Center Integration
 
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
        Information
        Community
Resources
Community Language
        Language
        Forums
Blogs
Topic Options
			
				
					
	
			
		
	- Subscribe to RSS Feed
 - Mark Topic as New
 - Mark Topic as Read
 - Float this Topic for Current User
 - Bookmark
 - Subscribe
 - Printer Friendly Page
 
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
06-15-2001 07:52 AM
06-15-2001 07:52 AM
			
				
					
						
							Sendmail ??
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hi,
We have got a home grown list server (Developed in Perl), which handles group e-mails, subscription. When i post an HTML document to any group, it gives in first few lines as shown below:
Content-Type multipart/mixed;
This is a multi-part message in MIME format.
------=_NextPart_000_00E9_01C0F58D.2270DE30
Content-Type: multipart/alternative;
boundary="----=_NextPart_001_00EA_01C0F58D.2276F8B0"
------=_NextPart_001_00EA_01C0F58D.2276F8B0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
When is receive the e-mail, i get HTML Source code, instead of actual page. Should i need to make any changes in sendmail.cf? OR something else has to be done?
Help please......
Thanks in advance
					
				
			
			
				
		
		
	
	
	
We have got a home grown list server (Developed in Perl), which handles group e-mails, subscription. When i post an HTML document to any group, it gives in first few lines as shown below:
Content-Type multipart/mixed;
This is a multi-part message in MIME format.
------=_NextPart_000_00E9_01C0F58D.2270DE30
Content-Type: multipart/alternative;
boundary="----=_NextPart_001_00EA_01C0F58D.2276F8B0"
------=_NextPart_001_00EA_01C0F58D.2276F8B0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
When is receive the e-mail, i get HTML Source code, instead of actual page. Should i need to make any changes in sendmail.cf? OR something else has to be done?
Help please......
Thanks in advance
	Be Teachable
			
			
				
			
			
			
			
			
			
		
		3 REPLIES 3
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
06-15-2001 09:59 AM
06-15-2001 09:59 AM
			
				
					
						
							Re: Sendmail ??
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						first ensure that the script is not clobering the boundary= part of the Content-type header. Por ejemplo:
Content-Type: multipart/mixed;
boundary="----_=_NextPart_000_01C0F5C3.B1396390"
In this example, the boundary portion is on the next line preceeded by a tab.
		
		
	
	
	
Content-Type: multipart/mixed;
boundary="----_=_NextPart_000_01C0F5C3.B1396390"
In this example, the boundary portion is on the next line preceeded by a tab.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
06-16-2001 06:39 AM
06-16-2001 06:39 AM
			
				
					
						
							Re: Sendmail ??
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hi,
Try this,
uuencode myfile.html myfile.html | mailx -s "sending a html mail"
uudecode myfile.html.mail
Cheers...
satish. 
					
				
			
			
				
		
		
	
	
	
Try this,
uuencode myfile.html myfile.html | mailx -s "sending a html mail"
uudecode myfile.html.mail
Cheers...
satish.
	Difference between good and the best is only a little effort
			
			
				
			
			
			
			
			
			
		- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
06-16-2001 08:15 AM
06-16-2001 08:15 AM
			
				
					
						
							Re: Sendmail ??
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						It could be your mail reader.  For example, older versions of Outlook show HTML source code, while newer versions show the page as it would appear in IE.
Try another mail reader...
		
		
	
	
	
Try another mail reader...
	No matter where you go, there you are.
			
			
				
			
			
			
			
			
			
		The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
		
	
	
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP